skip flaky suite (#137590)

This commit is contained in:
suchcodemuchwow 2022-07-29 16:14:34 +02:00
parent b97701cd8a
commit 4a95b2cde3

View file

@ -13,7 +13,8 @@ import { act, waitFor } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { getDeferred } from '../../mocks';
describe('When displaying the Delete artfifact modal in the Artifact List Page', () => {
// FLAKY: https://github.com/elastic/kibana/issues/137590
describe.skip('When displaying the Delete artfifact modal in the Artifact List Page', () => {
let renderResult: ReturnType<AppContextTestRender['render']>;
let history: AppContextTestRender['history'];
let coreStart: AppContextTestRender['coreStart'];