skip flaky suite (#84020)

This commit is contained in:
Tiago Costa 2020-12-10 13:50:07 +00:00
parent f6c149f4f2
commit 07f90fa626
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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');
});