Skip to content

Commit 58343c9

Browse files
committed
test: skip more tests that rely on Vercel or minimal-mode headers
1 parent 2e8a801 commit 58343c9

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

tests/test-config.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@
124124
{
125125
"file": "test/e2e/app-dir/app-static/app-static.test.ts",
126126
"reason": "Uses CLI output",
127-
"tests": ["app-dir static/dynamic handling should warn for too many cache tags"]
127+
"tests": [
128+
"app-dir static/dynamic handling should warn for too many cache tags"
129+
]
128130
},
129131
{
130132
"file": "test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts",
@@ -434,6 +436,17 @@
434436
"conflicting routes /es/vercel/~/monitoring matches the right route",
435437
"conflicting routes matches the right route when the original route has no dynamic params, is dynamic, and PPR is disabled"
436438
]
439+
},
440+
{
441+
"file": "test/e2e/app-dir/sub-shell-generation/sub-shell-generation.test.ts",
442+
"reason": "Test rely on `x-matched-path` response header that we do not set in non minimal mode"
443+
},
444+
{
445+
"file": "test/e2e/app-dir/app-root-params-getters/generate-static-params.test.ts",
446+
"reason": "relies on x-vercel-cache response header that is Vercel specific",
447+
"tests": [
448+
"app-root-param-getters - generateStaticParams should be statically prerenderable"
449+
]
437450
}
438451
],
439452
"failures": [

0 commit comments

Comments
 (0)