diff --git a/test/e2e/app-dir/app-prefetch/prefetching.stale-times.test.ts b/test/e2e/app-dir/app-prefetch/prefetching.stale-times.test.ts index 2fba3c40545f3..3b4c3b14a524c 100644 --- a/test/e2e/app-dir/app-prefetch/prefetching.stale-times.test.ts +++ b/test/e2e/app-dir/app-prefetch/prefetching.stale-times.test.ts @@ -127,7 +127,8 @@ describe('app dir - prefetching (custom staleTime)', () => { }, 'no-requests') }) - it('should not re-fetch cached data when navigating back to a route group', async () => { + // FIXME: Flaky test - investigate and re-enable + it.skip('should not re-fetch cached data when navigating back to a route group', async () => { let act: ReturnType // Just installing so that the page doesn't automatically move past dynamic stale time createTimeController()