Skip to content

Commit

Permalink
skip flaky suite (#85217)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 8, 2020
1 parent 99ae137 commit 1a6b88c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import { DETECTIONS_URL } from '../urls/navigation';

const EXPECTED_EXPORTED_RULE_FILE_PATH = 'cypress/test_files/expected_rules_export.ndjson';

describe('Export rules', () => {
// FLAKY: https://github.com/elastic/kibana/issues/85217
describe.skip('Export rules', () => {
before(() => {
esArchiverLoad('export_rule');
cy.server();
Expand Down

0 comments on commit 1a6b88c

Please sign in to comment.