skip flaky suite. #141459

This commit is contained in:
Jonathan Budzenski 2022-10-06 15:51:17 -05:00
parent 2c38811258
commit 71a04e4f49

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 artifact modal in the Artifact List Page', () => {
// FLAKY: https://github.com/elastic/kibana/issues/141459
describe.skip('When displaying the Delete artifact modal in the Artifact List Page', () => {
let renderResult: ReturnType<AppContextTestRender['render']>;
let history: AppContextTestRender['history'];
let coreStart: AppContextTestRender['coreStart'];