Skip to content

Commit 0d1790d

Browse files
committed
[aiconformance]: do not run tests in parallel
1 parent 752b104 commit 0d1790d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/scenarios/ai-conformance/run-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ echo "AI Conformance Environment Setup Complete."
387387

388388
# Now run the actual AI conformance tests
389389
cd "${REPO_ROOT}/tests/e2e/scenarios/ai-conformance/validators"
390-
go test -v ./... -timeout=60m
390+
go test -v -p 1 ./... -timeout=60m
391391

392392
# Compile and write the conformance report
393393
cd "${REPO_ROOT}/tests/e2e/scenarios/ai-conformance"

0 commit comments

Comments
 (0)