Skip to content

Commit

Permalink
undo before and after fn changes from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurley14 committed Jul 17, 2024
1 parent 991e10a commit 374309c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,11 @@ export default ({ getService }: FtrProviderContext) => {
useCreate: true,
docsOnly: true,
});
await deleteAllRules(supertest, log);

await esArchiver.load('x-pack/test/functional/es_archives/signals/severity_risk_overrides');
});

afterEach(async () => {
await esDeleteAllIndices('.preview.alerts*');
await esArchiver.unload(auditbeatPath);
await esArchiver.unload('x-pack/test/functional/es_archives/signals/severity_risk_overrides');
await deleteAllAlerts(supertest, log, es, ['.preview.alerts-security.alerts-*']);
await deleteAllRules(supertest, log);
});

after(async () => {
Expand Down

0 comments on commit 374309c

Please sign in to comment.