From bce39576fc07c66905d4b3bdb009673e1df86223 Mon Sep 17 00:00:00 2001 From: oatkiller Date: Thu, 8 Jun 2023 14:01:11 -0400 Subject: [PATCH] Skip failing test. --- .../cypress/e2e/detection_rules/rule_snoozing.cy.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/cypress/e2e/detection_rules/rule_snoozing.cy.ts b/x-pack/plugins/security_solution/cypress/e2e/detection_rules/rule_snoozing.cy.ts index f2015a1b4ecb..c8bbbfe7756c 100644 --- a/x-pack/plugins/security_solution/cypress/e2e/detection_rules/rule_snoozing.cy.ts +++ b/x-pack/plugins/security_solution/cypress/e2e/detection_rules/rule_snoozing.cy.ts @@ -165,7 +165,8 @@ describe('rule snoozing', () => { }); }); - describe('Rule editing page / actions tab', () => { + // SKIPPED: https://github.com/elastic/kibana/issues/159349 + describe.skip('Rule editing page / actions tab', () => { beforeEach(() => { deleteConnectors(); });