Skip to content

Commit 53d7b43

Browse files
committed
test: skip tests that rely on Vercel specific response headers
1 parent 648f2ea commit 53d7b43

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/test-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,14 @@
364364
{
365365
"file": "test/e2e/next-config-warnings/esm-externals-false/esm-externals-false.test.ts",
366366
"reason": "Uses CLI output"
367+
},
368+
{
369+
"file": "test/e2e/app-dir/app-root-params/generate-static-params.test.ts",
370+
"reason": "Checking Vercel specific x-vercel-cache header",
371+
"tests": [
372+
"should be a cache hit for fully prerendered pages",
373+
"should be a cache miss for pages that aren't prerendered"
374+
]
367375
}
368376
],
369377
"failures": [

0 commit comments

Comments
 (0)