mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Telemetry] Fix flaky "after" delete (#93636)
This commit is contained in:
parent
229ffd902e
commit
c86f6a2306
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
await es.deleteByQuery({
|
||||
index: '.kibana',
|
||||
body: { query: { term: { type: 'application_usage_transactional' } } },
|
||||
conflicts: 'proceed',
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue