Skip to content

Commit

Permalink
Fix test broken on burn
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdjere committed Oct 23, 2023
1 parent c7aa331 commit d2ee778
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,8 @@ describe('Machine Learning rules', { tags: ['@ess', '@serverless'] }, () => {
const expectedMitre = formatMitreAttackDescription(getMachineLearningRule().threat ?? []);
const expectedNumberOfRules = 1;

before(() => {
cleanKibana();
});

beforeEach(() => {
cleanKibana();
login();
visit(CREATE_RULE_URL);
});
Expand Down

0 comments on commit d2ee778

Please sign in to comment.