[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)
This commit is contained in:
Robert Austin 2023-06-08 18:19:09 -04:00 committed by GitHub
parent 9d6846d9e2
commit 320abceccc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
});