Skip to content

Commit 14a15f4

Browse files
committed
tests: don't run Python tests in parallel
The Python tests are reconfigurating the hardware, thus it's not possible to run them in parallel. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 3e86668 commit 14a15f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ foreach t : tests
5454
env: ['PATH=' + meson.project_build_root() + ':/usr/bin:/usr/sbin'],
5555
timeout: 500,
5656
protocol: 'tap',
57+
is_parallel: false,
5758
)
5859
endforeach
5960

0 commit comments

Comments
 (0)