Skip to content

Commit

Permalink
skip flaky suite (elastic#84020)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and jbudz committed Dec 10, 2020
1 parent b16834b commit 5b8d992
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ const expectedFalsePositives = newOverrideRule.falsePositivesExamples.join('');
const expectedTags = newOverrideRule.tags.join('');
const expectedMitre = formatMitreAttackDescription(newOverrideRule.mitre);

describe('Detection rules, override', () => {
// FLAKY: https://github.com/elastic/kibana/issues/84020
describe.skip('Detection rules, override', () => {
before(() => {
esArchiverLoad('timeline');
});
Expand Down

0 comments on commit 5b8d992

Please sign in to comment.