Skip to content

Commit

Permalink
skip flaky suite (#171890)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 24, 2023
1 parent 14886bf commit cfb1cb7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ const assertFilterControlsWithFilterObject = (
});
};

describe(`Detections : Page Filters`, { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/171890
describe.skip(`Detections : Page Filters`, { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
deleteAlertsAndRules();
createRule(getNewRule({ rule_id: 'custom_rule_filters' }));
Expand Down

0 comments on commit cfb1cb7

Please sign in to comment.