Skip to content

Commit f6018ce

Browse files
committed
test: skip tests that rely on Vercel specific response headers
1 parent 30803ef commit f6018ce

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
@@ -362,6 +362,14 @@
362362
{
363363
"file": "test/e2e/next-config-warnings/esm-externals-false/esm-externals-false.test.ts",
364364
"reason": "Uses CLI output"
365+
},
366+
{
367+
"file": "test/e2e/app-dir/app-root-params/generate-static-params.test.ts",
368+
"reason": "Checking Vercel specific x-vercel-cache header",
369+
"tests": [
370+
"app-root-params - generateStaticParams should be a cache hit for fully prerendered pages",
371+
"app-root-params - generateStaticParams should be a cache miss for pages that aren't prerendered"
372+
]
365373
}
366374
],
367375
"failures": [

0 commit comments

Comments
 (0)