Skip to content

Commit 3c5dbb4

Browse files
authored
Merge branch 'main' into release-please--branches--main--components--plugin-nextjs
2 parents 144fc21 + 7dbd0a8 commit 3c5dbb4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

tests/test-config.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,29 @@
424424
{
425425
"file": "test/e2e/app-dir/next-after-app-deploy/index.test.ts",
426426
"reason": "Common test setup in this test suite is making 2 requests to page with 1 hour revalidation asserting it's the same, but on Netlify the first fetch will serve content we mark as stale, so second one will serve freshly generated one and those won't match."
427+
},
428+
{
429+
"file": "test/e2e/app-dir/segment-cache/conflicting-routes/conflicting-routes.test.ts",
430+
"reason": "Test relies on x-matched-path response header that is not set in non-minimal mode",
431+
"tests": [
432+
"conflicting routes /en/vercel/~/monitoring matches the right route",
433+
"conflicting routes /fr/vercel/~/monitoring matches the right route",
434+
"conflicting routes /es/vercel/~/monitoring matches the right route",
435+
"conflicting routes matches the right route when the original route has no dynamic params, is dynamic, and PPR is disabled"
436+
]
437+
},
438+
{
439+
"file": "test/e2e/app-dir/sub-shell-generation/sub-shell-generation.test.ts",
440+
"reason": "Test relies on x-matched-path response header that is not set in non-minimal mode"
441+
},
442+
{
443+
"file": "test/e2e/app-dir/app-root-params-getters/generate-static-params.test.ts",
444+
"reason": "Test relies on x-vercel-cache response header that is Vercel specific",
445+
"tests": ["app-root-param-getters - generateStaticParams should be statically prerenderable"]
446+
},
447+
{
448+
"file": "test/e2e/app-dir/fallback-shells/fallback-shells.test.ts",
449+
"reason": "Test relies on x-matched-path response header that is not set in non-minimal mode"
427450
}
428451
],
429452
"failures": [

0 commit comments

Comments
 (0)