skip flaky suite (#156061)

This commit is contained in:
Tiago Costa 2023-06-15 15:37:57 +01:00
parent ee6a974554
commit 3f55d18b38
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -455,7 +455,8 @@ describe('parseIndexAliases', () => {
});
});
describe('retries', () => {
// FLAKY: https://github.com/elastic/kibana/issues/156061
describe.skip('retries', () => {
let esContext = contextMock.create();
// set up context APIs to return defaults indicating already created
beforeEach(() => {