skip flaky suite (#84020)

This commit is contained in:
Tiago Costa 2020-12-12 00:00:25 +00:00
parent 63cafd7cbf
commit a1f5668577
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -84,6 +84,7 @@ import { loginAndWaitForPageWithoutDateRange } from '../tasks/login';
import { DETECTIONS_URL } from '../urls/navigation';
// FLAKY: https://github.com/elastic/kibana/issues/85671
// FLAKY: https://github.com/elastic/kibana/issues/84020
describe.skip('Detection rules, override', () => {
const expectedUrls = newOverrideRule.referenceUrls.join('');
const expectedFalsePositives = newOverrideRule.falsePositivesExamples.join('');