Try harder to fix focus tests
authorMatthias Clasen <mclasen@redhat.com>
Sun, 16 Apr 2023 18:07:13 +0000 (20:07 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 16 Apr 2023 18:08:03 +0000 (20:08 +0200)
The focus test now asserts that its window is active.
So we should not run them in parallel with other tests,
since those might steal the focus.

testsuite/gtk/meson.build

index d8a2e17e2c4b6620451ef1d0beff69f7b206f3be..2c9fd57b1de4c2bb4f3147946b19a7f1f3562f31 100644 (file)
@@ -262,6 +262,7 @@ foreach test : focus_chain_tests
       join_paths(meson.current_source_dir(), 'focus-chain', test[0] + '.ui'),
       join_paths(meson.current_source_dir(), 'focus-chain', test[0] + '.' + test[1]),
     ],
+    is_parallel: false,
     env: test_env,
     suite: [ 'gtk', 'focus' ],
   )