mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Security Solution] Skip flaky Cypress tests for bulk editing rule actions (#154722)
## Summary The `detection_rules/bulk_edit_rules_actions.cy.ts` Cypress suite seems to be flaky. Example build: https://buildkite.com/elastic/kibana-pull-request/builds/118828#01876d53-8312-4590-8e88-dc2fdb4841a7 Follow-up issue: https://github.com/elastic/kibana/issues/154721
This commit is contained in:
parent
b8d251e639
commit
cdb908fc54
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ const expectedNumberOfRulesToBeEdited = expectedNumberOfCustomRulesToBeEdited +
|
|||
const expectedExistingSlackMessage = 'Existing slack action';
|
||||
const expectedSlackMessage = 'Slack action test message';
|
||||
|
||||
describe('Detection rules, bulk edit of rule actions', () => {
|
||||
// TODO: Fix flakiness and unskip https://github.com/elastic/kibana/issues/154721
|
||||
describe.skip('Detection rules, bulk edit of rule actions', () => {
|
||||
before(() => {
|
||||
cleanKibana();
|
||||
login();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue