Skip to content

Commit

Permalink
skip flaky suite (#84020)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 10, 2020
1 parent f6c149f commit 07f90fa
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 07f90fa

Please sign in to comment.