summaryrefslogtreecommitdiff
path: root/test/ipc
diff options
context:
space:
mode:
Diffstat (limited to 'test/ipc')
-rw-r--r--test/ipc/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ipc/meson.build b/test/ipc/meson.build
index ca8375f3..cc46b41c 100644
--- a/test/ipc/meson.build
+++ b/test/ipc/meson.build
@@ -8,5 +8,5 @@ foreach t : ipc_tests
link_with : test_libraries,
include_directories : test_includes_internal)
- test(t[0], exe, suite : 'ipc', is_parallel : false)
+ test(t[0], exe, suite : 'ipc')
endforeach