From 341014b1205b8e37ff579391d5f47f78fa48988f Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Mon, 22 Mar 2021 08:42:30 -0500 Subject: [PATCH] skip telemetry app usage test. #94513 --- test/api_integration/apis/telemetry/telemetry_local.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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')