Skip to content

Commit

Permalink
Disable flakey dev app test temporarily (#40816)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Sep 22, 2022
1 parent 2cbbd61 commit 0e3233d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/app-dir/prefetching.test.ts
Expand Up @@ -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
}
Expand Down

0 comments on commit 0e3233d

Please sign in to comment.