mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite. #141459
This commit is contained in:
parent
2c38811258
commit
71a04e4f49
1 changed files with 2 additions and 1 deletions
|
@ -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'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue