skip telemetry app usage test. #94513

This commit is contained in:
Jonathan Budzenski 2021-03-22 08:42:30 -05:00
parent 953ee4bdc3
commit 341014b120

View file

@ -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')