From 320abceccc40e19992de2f2fb0e1f1377de8141e Mon Sep 17 00:00:00 2001 From: Robert Austin Date: Thu, 8 Jun 2023 18:19:09 -0400 Subject: [PATCH] [Security] Skip "actions tab adds an action to a snoozed rule" test. (#159352) ## Summary Skip `Security Solution Tests #2 / rule snoozing Rule editing page / actions tab adds an action to a snoozed rule` [This test failed on `main` as soon as it was merged.](https://buildkite.com/elastic/kibana-on-merge-unsupported-ftrs/builds/2952) ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --- .../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 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(); });