[Telemetry] Fix flaky "after" delete (#93636)

This commit is contained in:
Alejandro Fernández Haro 2021-03-05 10:07:35 +00:00 committed by GitHub
parent 229ffd902e
commit c86f6a2306
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -256,6 +256,7 @@ export default function ({ getService }: FtrProviderContext) {
await es.deleteByQuery({
index: '.kibana',
body: { query: { term: { type: 'application_usage_transactional' } } },
conflicts: 'proceed',
});
});