We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d396bd0 commit 552f825Copy full SHA for 552f825
end_to_end_testing/run_go.sh
@@ -26,5 +26,5 @@ mkdir -p /tmp/test-results
26
cd /reckoner/end_to_end_testing
27
28
# 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
+venom run tests/* --output-dir=/tmp/test-results
30
exit $?
0 commit comments