Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security Solution][Entity Analytics]WIP: determining cypress test flake #169714

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Delete rules before each enrichments test
  • Loading branch information
rylnd committed Nov 7, 2023
commit 2ecbd4652e70bf87d39b3497d80136c7e7aa1668
Original file line number Diff line number Diff line change
@@ -42,6 +42,7 @@ describe('Enrichment', { tags: ['@ess', '@serverless'] }, () => {
});

beforeEach(() => {
deleteAlertsAndRules();
cy.task('esArchiverUnload', 'risk_hosts');
cy.task('esArchiverUnload', 'risk_hosts_updated');
cy.task('esArchiverUnload', 'risk_scores_new');