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 f2015a1b4ecb9e..c8bbbfe7756c39 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(); });