diff --git a/x-pack/test_serverless/functional/test_suites/search/search_playground/playground_overview.ts b/x-pack/test_serverless/functional/test_suites/search/search_playground/playground_overview.ts index 44169d1e8f379b..e5ef4f8d04af63 100644 --- a/x-pack/test_serverless/functional/test_suites/search/search_playground/playground_overview.ts +++ b/x-pack/test_serverless/functional/test_suites/search/search_playground/playground_overview.ts @@ -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();