Skip to content

Commit

Permalink
skip failing test suite (#167914)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 6, 2023
1 parent 87b4a65 commit 8139628
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ const assertFilterControlsWithFilterObject = (

// Failing: See https://github.com/elastic/kibana/issues/167914
// Failing: See https://github.com/elastic/kibana/issues/167915
describe(`Detections : Page Filters`, { tags: ['@ess', '@brokenInServerless'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/167914
describe.skip(`Detections : Page Filters`, { tags: ['@ess', '@brokenInServerless'] }, () => {
before(() => {
cleanKibana();
createRule(getNewRule({ rule_id: 'custom_rule_filters' }));
Expand Down

0 comments on commit 8139628

Please sign in to comment.