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 8178465c1a
commit f0560c8cdb

View File

@@ -261,6 +261,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' ],
)