[gtk/matthiasc/for-master] ci: Drop one of the focus tests
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master] ci: Drop one of the focus tests
- Date: Sun, 28 Jun 2020 23:01:31 +0000 (UTC)
commit 3132353ec5bcbe621934fdc4a9486522cf3b73ad
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Jun 28 18:59:48 2020 -0400
ci: Drop one of the focus tests
One of the widget-factory focus tests is flaky in ci,
perhaps due to font changes causing size computations
to go slightly differently.
Drop this for now.
testsuite/gtk/meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build
index 5665f6d5d8..cee96704db 100644
--- a/testsuite/gtk/meson.build
+++ b/testsuite/gtk/meson.build
@@ -170,7 +170,8 @@ focus_chain_tests = [
[ 'widget-factory', 'up' ],
[ 'widget-factory', 'down' ],
[ 'widget-factory', 'left' ],
- [ 'widget-factory', 'right' ],
+ # this one is flaky in ci, for unclear reasons
+ #[ 'widget-factory', 'right' ],
[ 'widget-factory2', 'tab' ],
[ 'widget-factory2', 'tab-backward' ],
# in ci, we don't show a color picker, so the focus chain
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]