skip flaky suite (#189314)

This commit is contained in:
Tiago Costa 2024-07-27 00:35:30 +01:00
parent 339be82b4a
commit 83e6e8fbed
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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();