Skip to content

Commit

Permalink
[Security Solution] - skipping failing sourcerer Cypress test failing…
Browse files Browse the repository at this point in the history
… on main (#199030)

This PR skips 2 tests failing on `main` at the moment:
-
#198944 (comment)
-
#198943 (comment)
  • Loading branch information
PhilippeOberti authored and jbudz committed Nov 5, 2024
1 parent f96bec2 commit ab74598
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ describe('Timeline scope', { tags: ['@ess', '@serverless', '@skipInServerless']
});

const defaultPatterns = [`auditbeat-*`, `${DEFAULT_ALERTS_INDEX}-default`];
it('alerts checkbox behaves as expected', () => {
// failing on main multiple times https://github.com/elastic/kibana/issues/198944#issuecomment-2457665138 and https://github.com/elastic/kibana/issues/198943#issuecomment-2457665072
it.skip('alerts checkbox behaves as expected', () => {
isDataViewSelection(siemDataViewTitle);
defaultPatterns.forEach((pattern) => isSourcererSelection(pattern));
openDataViewSelection();
Expand Down

0 comments on commit ab74598

Please sign in to comment.