mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
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:
parent
ff141a1ed4
commit
db6a116d49
@ -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' ],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user