Skip to content

Commit

Permalink
skip flaky suite (elastic#189314)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 26, 2024
1 parent 339be82 commit 83e6e8f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
});

describe('with existing indices', () => {
// FLAKY: https://github.com/elastic/kibana/issues/189314
describe.skip('with existing indices', () => {
before(async () => {
await createConnector();
await createIndex();
Expand Down

0 comments on commit 83e6e8f

Please sign in to comment.