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)
(cherry picked from commit cb1af1b)
  • Loading branch information
brianseeders authored and spalger committed Oct 14, 2020
1 parent dd2f5dd commit 744a114
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 744a114

Please sign in to comment.