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:
Jonas Ådahl 2020-06-05 19:13:15 +02:00 committed by Georges Basile Stavracas Neto
parent 7b45de941b
commit 050c21c24f

View File

@ -73,6 +73,7 @@ foreach test : clutter_conform_tests
test(test, test_executable,
suite: ['clutter', 'clutter/conform'],
env: test_env
env: test_env,
is_parallel: false,
)
endforeach