Skip to content

Commit

Permalink
skip flaky suite (#85671)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 11, 2020
1 parent 13d9753 commit 63cafd7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ import { loginAndWaitForPageWithoutDateRange } from '../tasks/login';

import { DETECTIONS_URL } from '../urls/navigation';

describe('Detection rules, override', () => {
// FLAKY: https://github.com/elastic/kibana/issues/85671
describe.skip('Detection rules, override', () => {
const expectedUrls = newOverrideRule.referenceUrls.join('');
const expectedFalsePositives = newOverrideRule.falsePositivesExamples.join('');
const expectedTags = newOverrideRule.tags.join('');
Expand Down

0 comments on commit 63cafd7

Please sign in to comment.