Skip to content

Commit

Permalink
[Security Solution] Skip flaky Cypress tests for bulk editing rule ac…
Browse files Browse the repository at this point in the history
…tions (elastic#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: elastic#154721
  • Loading branch information
banderror authored Apr 11, 2023
1 parent b8d251e commit cdb908f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit cdb908f

Please sign in to comment.