Skip to content

Commit

Permalink
skip telemetry app usage test. #94513
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Mar 22, 2021
1 parent 0376479 commit 35af8a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/api_integration/apis/telemetry/telemetry_local.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 35af8a9

Please sign in to comment.