Skip to content

Commit

Permalink
chore(NA): disable alerts_detection_rules cypress suites
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 2, 2020
1 parent a8347fa commit 215e251
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ import { loginAndWaitForPageWithoutDateRange } from '../tasks/login';

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

describe('Detection rules, custom', () => {
// // Skipped as was causing failures on master
describe.skip('Detection rules, custom', () => {
before(() => {
esArchiverLoad('custom_rule_with_timeline');
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import { ALERTS_URL } from '../urls/navigation';

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

describe('Export rules', () => {
// Skipped as was causing failures on master
describe.skip('Export rules', () => {
before(() => {
esArchiverLoad('custom_rules');
cy.server();
Expand Down

0 comments on commit 215e251

Please sign in to comment.