skip flaky suite (#167914)

This commit is contained in:
Tiago Costa 2024-06-08 00:09:45 +01:00
parent 1a0b93aa9f
commit 87f6c1d4b0
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());