mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Skip jest tests that timeout waiting for react (#71801)
This commit is contained in:
parent
8a9988093e
commit
73f5dec3db
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue