Skip to content

Commit

Permalink
skip flaky suite (elastic#181977)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and yuliacech committed May 3, 2024
1 parent 5eb00c5 commit 05070a6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ const assertFilterControlsWithFilterObject = (
});
};

describe(`Detections : Page Filters`, { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/181977
describe.skip(`Detections : Page Filters`, { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
deleteAlertsAndRules();
createRule(getNewRule());
Expand Down

0 comments on commit 05070a6

Please sign in to comment.