Skip to content

Commit f67357f

Browse files
committed
test: skip flaky test that check scroll behavior which is browser focused
1 parent 8c1ee9b commit f67357f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

tests/e2e-skip-retry.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@
3434
"test/e2e/module-layer/index.test.ts",
3535
"test/e2e/prerender.test.ts",
3636
"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"
3839
]

tests/test-config.json

+7
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,13 @@
372372
"app-root-params - generateStaticParams should be a cache hit for fully prerendered pages",
373373
"app-root-params - generateStaticParams should be a cache miss for pages that aren't prerendered"
374374
]
375+
},
376+
{
377+
"file": "test/e2e/app-dir/router-autoscroll/router-autoscroll.test.ts",
378+
"reason": "Test is very flaky, and seems to test mostly browser behavior",
379+
"tests": [
380+
"router autoscrolling on navigation bugs Should apply scroll when loading.js is used"
381+
]
375382
}
376383
],
377384
"failures": [

0 commit comments

Comments
 (0)