File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 34
34
" test/e2e/module-layer/index.test.ts" ,
35
35
" test/e2e/prerender.test.ts" ,
36
36
" test/e2e/react-compiler/react-compiler.test.ts" ,
37
- " test/e2e/skip-trailing-slash-redirect/index.test.ts"
37
+ " test/e2e/skip-trailing-slash-redirect/index.test.ts" ,
38
+ " test/e2e/app-dir/router-autoscroll/router-autoscroll.test.ts"
38
39
]
Original file line number Diff line number Diff line change 362
362
{
363
363
"file" : " test/e2e/next-config-warnings/esm-externals-false/esm-externals-false.test.ts" ,
364
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
+ "file" : " test/e2e/app-dir/router-autoscroll/router-autoscroll.test.ts" ,
376
+ "reason" : " Test is very flaky, and seems to test mostly browser behavior" ,
377
+ "tests" : [
378
+ " router autoscrolling on navigation bugs Should apply scroll when loading.js is used"
379
+ ]
365
380
}
366
381
],
367
382
"failures" : [
You can’t perform that action at this time.
0 commit comments