Skip to content

Commit

Permalink
Skip failing suite (#79522)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9011f42)
  • Loading branch information
brianseeders authored and spalger committed Oct 7, 2020
1 parent 128485c commit cb1af1b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ const expectedNumberOfRules = 1;
const expectedNumberOfAlerts = 7;
const expectedNumberOfSequenceAlerts = 1;

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

0 comments on commit cb1af1b

Please sign in to comment.