unskips indicator match rule (#85240)

This commit is contained in:
MadameSheema 2020-12-08 14:49:34 +01:00 committed by GitHub
parent 273363a85b
commit e291b84f4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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