skip flaky suite (#171890)

This commit is contained in:
Tiago Costa 2023-11-24 21:04:25 +00:00
parent 14886bf8b8
commit cfb1cb7473
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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' }));