mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#156061)
This commit is contained in:
parent
ee6a974554
commit
3f55d18b38
1 changed files with 2 additions and 1 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue