Skip to content

Commit d4df6a5

Browse files
authored
chore: skip new tests (#523)
1 parent 779515b commit d4df6a5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

tests/e2e-skip-retry.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -255,5 +255,7 @@
255255
"test/e2e/undici-fetch/index.test.ts",
256256
"test/e2e/yarn-pnp/test/with-eslint.test.ts",
257257
"test/e2e/yarn-pnp/test/with-mdx.test.ts",
258-
"test/e2e/yarn-pnp/test/with-next-sass.test.ts"
258+
"test/e2e/yarn-pnp/test/with-next-sass.test.ts",
259+
"test/e2e/react-compiler/react-compiler.test.ts",
260+
"test/e2e/app-dir/next-after-app/index.test.ts"
259261
]

tests/test-config.json

+12
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,18 @@
314314
"reason": "Error in test"
315315
}
316316
]
317+
},
318+
{
319+
"file": "test/e2e/app-dir/next-after-app/index.test.ts",
320+
"reason": "Tries to patch deployed files"
321+
},
322+
{
323+
"file": "test/e2e/react-compiler/react-compiler.test.ts",
324+
"tests": [
325+
"react-compiler default should show an experimental warning",
326+
"react-compiler babelrc should show an experimental warning"
327+
],
328+
"reason": "Uses CLI output"
317329
}
318330
],
319331
"failures": [

0 commit comments

Comments
 (0)