diff --git a/tests/e2e-skip-retry.json b/tests/e2e-skip-retry.json index bdcdab3a55..f1f63e52a2 100644 --- a/tests/e2e-skip-retry.json +++ b/tests/e2e-skip-retry.json @@ -34,5 +34,6 @@ "test/e2e/module-layer/index.test.ts", "test/e2e/prerender.test.ts", "test/e2e/react-compiler/react-compiler.test.ts", - "test/e2e/skip-trailing-slash-redirect/index.test.ts" + "test/e2e/skip-trailing-slash-redirect/index.test.ts", + "test/e2e/app-dir/router-autoscroll/router-autoscroll.test.ts" ] diff --git a/tests/test-config.json b/tests/test-config.json index a0af8773cf..8a3c016583 100644 --- a/tests/test-config.json +++ b/tests/test-config.json @@ -362,6 +362,21 @@ { "file": "test/e2e/next-config-warnings/esm-externals-false/esm-externals-false.test.ts", "reason": "Uses CLI output" + }, + { + "file": "test/e2e/app-dir/app-root-params/generate-static-params.test.ts", + "reason": "Checking Vercel specific x-vercel-cache header", + "tests": [ + "app-root-params - generateStaticParams should be a cache hit for fully prerendered pages", + "app-root-params - generateStaticParams should be a cache miss for pages that aren't prerendered" + ] + }, + { + "file": "test/e2e/app-dir/router-autoscroll/router-autoscroll.test.ts", + "reason": "Test is very flaky, and seems to test mostly browser behavior", + "tests": [ + "router autoscrolling on navigation bugs Should apply scroll when loading.js is used" + ] } ], "failures": [