Skip to content

Commit

Permalink
Merge branch 'main' into test/flaky_detection_filters
Browse files Browse the repository at this point in the history
  • Loading branch information
logeekal authored Apr 29, 2024
2 parents a4cc53b + 0eb7453 commit e57b98a
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 e57b98a

Please sign in to comment.