Skip to content

Commit edce4eb

Browse files
fixes flaky test (#79695)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
1 parent ff80d90 commit edce4eb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

x-pack/plugins/security_solution/cypress/integration/alerts_detection_rules_eql.spec.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,12 @@ const expectedNumberOfRules = 1;
8787
const expectedNumberOfAlerts = 7;
8888
const expectedNumberOfSequenceAlerts = 1;
8989

90-
// Failing: See https://github.com/elastic/kibana/issues/79522
91-
describe.skip('Detection rules, EQL', () => {
92-
before(() => {
90+
describe('Detection rules, EQL', () => {
91+
beforeEach(() => {
9392
esArchiverLoad('timeline');
9493
});
9594

96-
after(() => {
95+
afterEach(() => {
9796
esArchiverUnload('timeline');
9897
});
9998

0 commit comments

Comments
 (0)