Skip to content

Commit 215e251

Browse files
committed
chore(NA): disable alerts_detection_rules cypress suites
1 parent a8347fa commit 215e251

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

x-pack/plugins/security_solution/cypress/integration/alerts_detection_rules_custom.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ import { loginAndWaitForPageWithoutDateRange } from '../tasks/login';
6464

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

67-
describe('Detection rules, custom', () => {
67+
// // Skipped as was causing failures on master
68+
describe.skip('Detection rules, custom', () => {
6869
before(() => {
6970
esArchiverLoad('custom_rule_with_timeline');
7071
});

x-pack/plugins/security_solution/cypress/integration/alerts_detection_rules_export.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ import { ALERTS_URL } from '../urls/navigation';
1717

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

20-
describe('Export rules', () => {
20+
// Skipped as was causing failures on master
21+
describe.skip('Export rules', () => {
2122
before(() => {
2223
esArchiverLoad('custom_rules');
2324
cy.server();

0 commit comments

Comments
 (0)