Skip to content

Commit

Permalink
unskip complete suite and skip only flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
logeekal committed Apr 29, 2024
1 parent e57b98a commit 5c77b4f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ const assertFilterControlsWithFilterObject = (
});
};

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

0 comments on commit 5c77b4f

Please sign in to comment.