From 0e3233de535d26cb76c221dbde5eb72c96e64305 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Thu, 22 Sep 2022 16:26:31 -0700 Subject: [PATCH] Disable flakey dev app test temporarily (#40816) x-ref: [slack thread](https://vercel.slack.com/archives/C035J346QQL/p1663822388387959) x-ref: https://github.com/vercel/next.js/actions/runs/3108897192/jobs/5038639320 x-ref: https://github.com/vercel/next.js/actions/runs/3107019059/jobs/5034678245 x-ref: https://github.com/vercel/next.js/actions/runs/3104956805/jobs/5030065922 --- test/e2e/app-dir/prefetching.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }