Skip to content

Commit

Permalink
[Security Solution ] Skip Detection Engine Filters flaky test (#181985)
Browse files Browse the repository at this point in the history
## Summary

Skips flaky test as per :
#181977
  • Loading branch information
logeekal committed Apr 29, 2024
1 parent ce70c34 commit a452d36
Showing 1 changed file with 3 additions and 3 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 Expand Up @@ -218,7 +217,8 @@ describe.skip(`Detections : Page Filters`, { tags: ['@ess', '@serverless'] }, ()
cy.get(FILTER_GROUP_CHANGED_BANNER).should('be.visible');
});

context('with data modification', () => {
// Flaky: https://github.com/elastic/kibana/issues/181977
context.skip('with data modification', () => {
/*
*
* default scrollBehavior is true, which scrolls the element into view automatically without any scroll Margin
Expand Down

0 comments on commit a452d36

Please sign in to comment.