Skip to content

Commit

Permalink
Temporarily disable unreliable tests (#29249)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored Sep 21, 2021
1 parent b4d8aa8 commit 0976a04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/development/acceptance/ReactRefreshLogBoxMisc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ import { sandbox } from './helpers'
import { createNext } from 'e2e-utils'
import { NextInstance } from 'test/lib/next-modes/base'

describe('ReactRefreshLogBox', () => {
// TODO: re-enable these tests after figuring out what is causing
// them to be so unreliable in CI
describe.skip('ReactRefreshLogBox', () => {
let next: NextInstance

beforeAll(async () => {
Expand Down

0 comments on commit 0976a04

Please sign in to comment.