Skip to content

Commit

Permalink
fixes flaky test (#79695)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
MadameSheema and kibanamachine authored Oct 7, 2020
1 parent ff80d90 commit edce4eb
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,12 @@ const expectedNumberOfRules = 1;
const expectedNumberOfAlerts = 7;
const expectedNumberOfSequenceAlerts = 1;

// Failing: See https://github.com/elastic/kibana/issues/79522
describe.skip('Detection rules, EQL', () => {
before(() => {
describe('Detection rules, EQL', () => {
beforeEach(() => {
esArchiverLoad('timeline');
});

after(() => {
afterEach(() => {
esArchiverUnload('timeline');
});

Expand Down

0 comments on commit edce4eb

Please sign in to comment.