chore(NA): disable alerts_detection_rules cypress suites (#70577)

This commit is contained in:
Tiago Costa 2020-07-02 12:31:51 +01:00 committed by GitHub
parent 1cfc9356bd
commit 7d63cafd5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -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');
});

View file

@ -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();