mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[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:
parent
9d6846d9e2
commit
320abceccc
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue