We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30803ef commit f6018ceCopy full SHA for f6018ce
tests/test-config.json
@@ -362,6 +362,14 @@
362
{
363
"file": "test/e2e/next-config-warnings/esm-externals-false/esm-externals-false.test.ts",
364
"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
+ ]
373
}
374
],
375
"failures": [
0 commit comments