Skip to content

Commit

Permalink
skip flaky suite (#69849)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 22, 2020
1 parent e176def commit 152819f
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/69849
describe.skip('Export rules', () => {
before(() => {
esArchiverLoad('export_rule');
cy.server();
Expand Down

0 comments on commit 152819f

Please sign in to comment.