mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
tests/clutter/conform: Don't run tests in parallel
Might end up failing to acquire D-Bus names, resulting in warnings. Avoid that by not running the tests in parallel. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1289
This commit is contained in:
parent
7b45de941b
commit
050c21c24f
@ -73,6 +73,7 @@ foreach test : clutter_conform_tests
|
|||||||
|
|
||||||
test(test, test_executable,
|
test(test, test_executable,
|
||||||
suite: ['clutter', 'clutter/conform'],
|
suite: ['clutter', 'clutter/conform'],
|
||||||
env: test_env
|
env: test_env,
|
||||||
|
is_parallel: false,
|
||||||
)
|
)
|
||||||
endforeach
|
endforeach
|
||||||
|
Loading…
Reference in New Issue
Block a user