Skip to content

Commit

Permalink
skip failing test suite (elastic#167914)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 7, 2023
1 parent b7ca287 commit 3d197d3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ const assertFilterControlsWithFilterObject = (
});
};

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

0 comments on commit 3d197d3

Please sign in to comment.