[gtk/wip/matthiasc/can-focus] Disable focus-chain test that depends on the environment



commit 71b141d0dd6c255c3d53fd88f137b5c9b8e7b000
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Apr 8 23:22:13 2020 -0400

    Disable focus-chain test that depends on the environment
    
    The color editor shows a color picker button only if it
    finds a suitable implementation, which it does not in ci.
    So disable the focus-chain test for page 3.

 testsuite/gtk/meson.build | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build
index 6855937b85..b7440b5529 100644
--- a/testsuite/gtk/meson.build
+++ b/testsuite/gtk/meson.build
@@ -172,8 +172,10 @@ focus_chain_tests = [
   [ 'widget-factory', 'right' ],
   [ 'widget-factory2', 'tab' ],
   [ 'widget-factory2', 'tab-backward' ],
-  [ 'widget-factory3', 'tab' ],
-  [ 'widget-factory3', 'tab-backward' ],
+  # in ci, we don't show a color picker, so the focus chain
+  # for page3 is missing an expected button in the color editor
+  #[ 'widget-factory3', 'tab' ],
+  #[ 'widget-factory3', 'tab-backward' ],
 ]
 
 focus_chain = executable(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]