diff --git a/test/e2e/app-dir/prefetching.test.ts b/test/e2e/app-dir/prefetching.test.ts index 5f9f6bdb54747..fceb94836e9c9 100644 --- a/test/e2e/app-dir/prefetching.test.ts +++ b/test/e2e/app-dir/prefetching.test.ts @@ -5,7 +5,8 @@ import path from 'path' import webdriver from 'next-webdriver' describe('app dir prefetching', () => { - if ((global as any).isNextDeploy) { + // TODO: re-enable for dev after https://vercel.slack.com/archives/C035J346QQL/p1663822388387959 is resolved (Sep 22nd 2022) + if ((global as any).isNextDeploy || (global as any).isNextDev) { it('should skip next deploy for now', () => {}) return }