skip failing test suite (#181977)

This commit is contained in:
Kibana Machine 2025-04-10 22:28:26 +02:00
parent e7a04661f4
commit cb55321ada

View file

@ -104,7 +104,8 @@ const assertFilterControlsWithFilterObject = (
});
};
describe(`Detections : Page Filters`, { tags: ['@ess', '@serverless'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/181977
describe.skip(`Detections : Page Filters`, { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
deleteAlertsAndRules();
createRule(getNewRule());