We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648f2ea commit 8c1ee9bCopy full SHA for 8c1ee9b
tests/test-config.json
@@ -364,6 +364,14 @@
364
{
365
"file": "test/e2e/next-config-warnings/esm-externals-false/esm-externals-false.test.ts",
366
"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
+ "app-root-params - generateStaticParams should be a cache hit for fully prerendered pages",
373
+ "app-root-params - generateStaticParams should be a cache miss for pages that aren't prerendered"
374
+ ]
375
}
376
],
377
"failures": [
0 commit comments