Skip to content

Commit bbfd5fb

Browse files
authored
[test] Disable flaky prefetching.stale-times test (#86299)
1 parent 06d45e7 commit bbfd5fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/app-dir/app-prefetch/prefetching.stale-times.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ describe('app dir - prefetching (custom staleTime)', () => {
127127
}, 'no-requests')
128128
})
129129

130-
it('should not re-fetch cached data when navigating back to a route group', async () => {
130+
// FIXME: Flaky test - investigate and re-enable
131+
it.skip('should not re-fetch cached data when navigating back to a route group', async () => {
131132
let act: ReturnType<typeof createRouterAct>
132133
// Just installing so that the page doesn't automatically move past dynamic stale time
133134
createTimeController()

0 commit comments

Comments
 (0)