mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#171890)
This commit is contained in:
parent
14886bf8b8
commit
cfb1cb7473
1 changed files with 2 additions and 1 deletions
|
@ -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' }));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue