On 22/3/23 00:51, Alex Bennée wrote:
Something on OpenBSD fails with multiple tests running at once and
fiddling with J=1 on invocation just made everything else very slow.
Based-on: [email protected]
Signed-off-by: Alex Bennée <[email protected]>
Cc: Daniel P. Berrangé <[email protected]>
---
tests/qemu-iotests/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/qemu-iotests/meson.build b/tests/qemu-iotests/meson.build
index a162f683ef..d572205a60 100644
--- a/tests/qemu-iotests/meson.build
+++ b/tests/qemu-iotests/meson.build
@@ -64,6 +64,7 @@ foreach format, speed: qemu_iotests_formats
depends: qemu_iotests_binaries,
env: qemu_iotests_env,
protocol: 'tap',
+ is_parallel : false,
Per the commit description, what about:
is_parallel: targetos != 'openbsd',
?
timeout: 180,
suite: suites)
endforeach