Skip to content

Commit a0b8c3e

Browse files
committed
Do not run colliding tests at same time
1 parent b349221 commit a0b8c3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ test(
108108
test(
109109
'jsonchecker_jsontestrunner',
110110
python,
111+
is_parallel : false,
111112
args : [
112113
'-B',
113114
join_paths(meson.current_source_dir(), 'test/runjsontests.py'),

0 commit comments

Comments
 (0)