diff --git a/test/api_integration/apis/telemetry/telemetry_local.ts b/test/api_integration/apis/telemetry/telemetry_local.ts index 9cec3dc44f6d..10987f92e8b0 100644 --- a/test/api_integration/apis/telemetry/telemetry_local.ts +++ b/test/api_integration/apis/telemetry/telemetry_local.ts @@ -260,7 +260,8 @@ export default function ({ getService }: FtrProviderContext) { }); }); - it("should only use the first 10k docs for the application_usage data (they'll be rolled up in a later process)", async () => { + // flaky https://github.com/elastic/kibana/issues/94513 + it.skip("should only use the first 10k docs for the application_usage data (they'll be rolled up in a later process)", async () => { const { body } = await supertest .post('/api/telemetry/v2/clusters/_stats') .set('kbn-xsrf', 'xxx')