Skip to content

Commit a14f641

Browse files
chore: disable parallel test runs for accuracy tests
1 parent cf6a808 commit a14f641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/accuracy/runAccuracyTests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export MDB_ACCURACY_RUN_ID=$(npx uuid v4)
1717
# specified in the command line. Such as:
1818
# npm run test:accuracy -- tests/accuracy/some-test.test.ts
1919
echo "Running accuracy tests with MDB_ACCURACY_RUN_ID '$MDB_ACCURACY_RUN_ID'"
20-
vitest --config vitest.config.ts --project=accuracy --coverage=false --run "$@"
20+
vitest --config vitest.config.ts --project=accuracy --coverage=false --no-file-parallelism --run "$@"
2121

2222
# Preserving the exit code from test run to correctly notify in the CI
2323
# environments when the tests fail.

0 commit comments

Comments
 (0)