Skip to content

Commit 552f825

Browse files
committed
remove parallel
1 parent d396bd0 commit 552f825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

end_to_end_testing/run_go.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ mkdir -p /tmp/test-results
2626
cd /reckoner/end_to_end_testing
2727

2828
# The parallelization number must remain relatively low otherwise the tests become flaky due to resources and pending pods and such
29-
venom run tests/* --output-dir=/tmp/test-results --parallel=2
29+
venom run tests/* --output-dir=/tmp/test-results
3030
exit $?

0 commit comments

Comments
 (0)