Skip to content

Commit

Permalink
[Security] Skip "actions tab adds an action to a snoozed rule" test. (e…
Browse files Browse the repository at this point in the history
…lastic#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)
  • Loading branch information
Robert Austin committed Jun 8, 2023
1 parent 9d6846d commit 320abce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit 320abce

Please sign in to comment.