From 3132353ec5bcbe621934fdc4a9486522cf3b73ad Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 28 Jun 2020 18:59:48 -0400 Subject: [PATCH] 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