Skip to content

Commit 320abce

Browse files
author
Robert Austin
authored
[Security] Skip "actions tab adds an action to a snoozed rule" test. (elastic#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)
1 parent 9d6846d commit 320abce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugins/security_solution/cypress/e2e/detection_rules/rule_snoozing.cy.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ describe('rule snoozing', () => {
165165
});
166166
});
167167

168-
describe('Rule editing page / actions tab', () => {
168+
// SKIPPED: https://github.com/elastic/kibana/issues/159349
169+
describe.skip('Rule editing page / actions tab', () => {
169170
beforeEach(() => {
170171
deleteConnectors();
171172
});

0 commit comments

Comments
 (0)