mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#132780)
This commit is contained in:
parent
566f36d4cd
commit
ad9e558f78
1 changed files with 2 additions and 1 deletions
|
@ -206,7 +206,8 @@ describe('<IndexManagementHome />', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('index actions', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/132780
|
||||
describe.skip('index actions', () => {
|
||||
const indexNameA = 'testIndexA';
|
||||
const indexNameB = 'testIndexB';
|
||||
const indexMockA = createNonDataStreamIndex(indexNameA);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue