summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2020-06-26 10:39:55 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2020-06-26 10:39:55 +0200
commit786380cb19f8c0fd99806183d399096e60c18d3e (patch)
tree6f887a5dce72880ca08f3c29f0bbab9e1abd68b0
parentcce71d5b7219fb21508c94077592bd8684675aa2 (diff)
downloadfolks-wip/nielsdg/bluez-ci.tar.gz
bluez: Don't run the tests in parallelwip/nielsdg/bluez-ci
-rw-r--r--tests/bluez/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bluez/meson.build b/tests/bluez/meson.build
index 5249d723..7aeba869 100644
--- a/tests/bluez/meson.build
+++ b/tests/bluez/meson.build
@@ -28,6 +28,7 @@ foreach _test: bluez_tests
test(_test, test_executable,
suite: 'BluezBackend',
env: common_test_environment,
+ is_parallel: false,
)
if installed_tests_enabled