Skip to content

Commit

Permalink
Skip jest tests that timeout waiting for react (#71801)
Browse files Browse the repository at this point in the history
  • Loading branch information
rylnd committed Jul 15, 2020
1 parent 8a99880 commit 73f5dec
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import { TestProviders } from '../../../common/mock';
import { ValueListsModal } from './modal';
import { waitForUpdates } from '../../../common/utils/test_utils';

describe('ValueListsModal', () => {
// TODO: These are occasionally timing out
describe.skip('ValueListsModal', () => {
it('renders nothing if showModal is false', () => {
const container = mount(
<TestProviders>
Expand Down

0 comments on commit 73f5dec

Please sign in to comment.