Skip to content

Commit

Permalink
skip flaky suite (#156061)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 30, 2023
1 parent 5ee40a9 commit b529887
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/event_log/server/es/init.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit b529887

Please sign in to comment.