Skip to content

Commit 944bc94

Browse files
authored
[test] Disable flaky navigation test (#83828)
1 parent 3275034 commit 944bc94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/app-dir/back-forward-cache/back-forward-cache.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ describe('back/forward cache', () => {
100100
expect(await counterDisplay2AfterNav.text()).toBe('Count: 9')
101101
})
102102

103-
it('React state is preserved when navigating back to a page with different search params than before ', async () => {
103+
// FIXME: Flaky test: https://vercel.slack.com/archives/C07CJPHL49E/p1758009379720479
104+
it.skip('React state is preserved when navigating back to a page with different search params than before ', async () => {
104105
const browser = await next.browser('/page/1')
105106

106107
// Accumulate some state on page 1.

0 commit comments

Comments
 (0)