mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#137590)
This commit is contained in:
parent
b97701cd8a
commit
4a95b2cde3
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 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'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue