Try harder to fix focus tests

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.
This commit is contained in:
Matthias Clasen 2023-04-16 20:07:13 +02:00
parent ff141a1ed4
commit db6a116d49

View 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' ],
)