skip flaky suite (#167914)

This commit is contained in:
Tiago Costa 2024-07-24 19:36:06 +01:00
parent 7488ba8b6a
commit 20935a5aa3
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

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