Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhristinin committed Dec 19, 2023
1 parent 08611bf commit 81ca783
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export default ({ getService }: FtrProviderContext) => {
after(async () => {
await esArchiver.unload(auditbeatPath);
await esArchiver.unload('x-pack/test/functional/es_archives/signals/severity_risk_overrides');
await esArchiver.unload('x-pack/test/functional/es_archives/security_solution/alerts/8.8.0');
await deleteAllAlerts(supertest, log, es, ['.preview.alerts-security.alerts-*']);
await deleteAllRules(supertest, log);
});
Expand Down

0 comments on commit 81ca783

Please sign in to comment.