mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#167914)
This commit is contained in:
parent
87b4a6546f
commit
8139628192
1 changed files with 2 additions and 1 deletions
|
@ -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' }));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue