mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
chore(NA): disable alerts_detection_rules cypress suites (#70577)
This commit is contained in:
parent
1cfc9356bd
commit
7d63cafd5d
2 changed files with 4 additions and 2 deletions
|
@ -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');
|
||||
});
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue