Skip to content

Commit 5d7253b

Browse files
Skip flaky parallel routes e2e test (#524)
* chore: sort list alphabetically * test: skip flaky parallel route test, specify reason --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 04dc3ec commit 5d7253b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

tests/e2e-skip-retry.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
"test/e2e/app-dir/mjs-as-extension/mjs-as-extension.test.ts",
9393
"test/e2e/app-dir/modularizeimports/modularizeimports.test.ts",
9494
"test/e2e/app-dir/navigation/navigation.test.ts",
95+
"test/e2e/app-dir/next-after-app/index.test.ts",
9596
"test/e2e/app-dir/next-config/index.test.ts",
9697
"test/e2e/app-dir/next-font/next-font.test.ts",
9798
"test/e2e/app-dir/next-image/next-image-https.test.ts",
@@ -233,6 +234,7 @@
233234
"test/e2e/prerender-native-module.test.ts",
234235
"test/e2e/prerender.test.ts",
235236
"test/e2e/proxy-request-with-middleware/test/index.test.ts",
237+
"test/e2e/react-compiler/react-compiler.test.ts",
236238
"test/e2e/react-dnd-compile/react-dnd-compile.test.ts",
237239
"test/e2e/reload-scroll-backforward-restoration/index.test.ts",
238240
"test/e2e/repeated-forward-slashes-error/repeated-forward-slashes-error.test.ts",
@@ -255,7 +257,5 @@
255257
"test/e2e/undici-fetch/index.test.ts",
256258
"test/e2e/yarn-pnp/test/with-eslint.test.ts",
257259
"test/e2e/yarn-pnp/test/with-mdx.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"
260+
"test/e2e/yarn-pnp/test/with-next-sass.test.ts"
261261
]

tests/test-config.json

+5
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,11 @@
332332
{
333333
"file": "test/e2e/edge-async-local-storage/index.test.ts",
334334
"reason": "Test is incompatible with serverless because it relies on shared state between requests"
335+
},
336+
{
337+
"file": "test/e2e/app-dir/parallel-routes-revalidation/parallel-routes-revalidation.test.ts",
338+
"reason": "Test is incompatible with serverless because it relies on shared state between requests",
339+
"tests": ["should refresh the correct page when a server action triggers a redirect"]
335340
}
336341
],
337342
"failures": [

0 commit comments

Comments
 (0)