Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/e2e-skip-retry.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
15 changes: 15 additions & 0 deletions tests/test-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Loading