skip flaky suite (#85215)

This commit is contained in:
Tiago Costa 2020-12-08 02:12:55 +00:00
parent 1a6b88c02c
commit 8dcbac5518
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -88,7 +88,8 @@ const expectedMitre = formatMitreAttackDescription(newThreatIndicatorRule.mitre)
const expectedNumberOfRules = 1;
const expectedNumberOfAlerts = 1;
describe('Detection rules, Indicator Match', () => {
// FLAKY: https://github.com/elastic/kibana/issues/85215
describe.skip('Detection rules, Indicator Match', () => {
beforeEach(() => {
esArchiverLoad('threat_indicator');
esArchiverLoad('threat_data');