diff --git a/tests/meson.build b/tests/meson.build index 1b1a54b0ba..12c1501920 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -54,6 +54,7 @@ foreach t : tests env: ['PATH=' + meson.project_build_root() + ':/usr/bin:/usr/sbin'], timeout: 500, protocol: 'tap', + is_parallel: false, ) endforeach