Skip to content

Commit 704f891

Browse files
committed
test: no retry no paralle
1 parent a2dedae commit 704f891

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/rspack-test/rstest.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const sharedConfig = defineProject({
5151
],
5252
slowTestThreshold: 5000,
5353
// Retry on CI to reduce flakes
54-
retry: process.env.CI ? 3 : 0,
54+
retry: 0,
5555
resolve: {
5656
alias: {
5757
// Fixed jest-serialize-path not working when non-ascii code contains.
@@ -117,6 +117,7 @@ export default defineConfig({
117117
reporters: testFilter ? ['verbose'] : ['default'],
118118
hideSkippedTests: true,
119119
hideSkippedTestFiles: true,
120+
maxConcurrency: 1,
120121
pool: {
121122
maxWorkers: process.env.WASM ? 1 : "80%",
122123
execArgv: ['--no-warnings', '--expose-gc', '--max-old-space-size=8192', '--experimental-vm-modules'],

0 commit comments

Comments
 (0)