Skip to content

Commit

Permalink
Do not run tests in parallel
Browse files Browse the repository at this point in the history
There are some dependencies between tests that are not explicit.
For the moment do not run tests in parallel to avoid spurious failures.

Signed-off-by: Simo Sorce <[email protected]>
  • Loading branch information
simo5 committed Apr 23, 2024
1 parent ded3f9e commit ca86954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ foreach t, extra_args : tests
suite: suite,
env: test_env,
depends: test_executables,
is_parallel: is_parallel,
is_parallel: false,
)
endforeach
endforeach

0 comments on commit ca86954

Please sign in to comment.