We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 752b104 commit 0d1790dCopy full SHA for 0d1790d
1 file changed
tests/e2e/scenarios/ai-conformance/run-test.sh
@@ -387,7 +387,7 @@ echo "AI Conformance Environment Setup Complete."
387
388
# Now run the actual AI conformance tests
389
cd "${REPO_ROOT}/tests/e2e/scenarios/ai-conformance/validators"
390
-go test -v ./... -timeout=60m
+go test -v -p 1 ./... -timeout=60m
391
392
# Compile and write the conformance report
393
cd "${REPO_ROOT}/tests/e2e/scenarios/ai-conformance"
0 commit comments