mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#189314)
This commit is contained in:
parent
339be82b4a
commit
83e6e8fbed
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue