Skip to content

Commit

Permalink
[Security Solution] - skipping failing Cypress test (elastic#173407)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeOberti authored Dec 14, 2023
1 parent 54616ec commit 25599df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ describe(

// TODO work on getting proper data to make the prevalence section work here
// we need to generate enough data to have at least one field with prevalence
it('should display prevalence section', () => {
it.skip('should display prevalence section', () => {
toggleOverviewTabAboutSection();
toggleOverviewTabInvestigationSection();
toggleOverviewTabInsightsSection();
Expand Down

0 comments on commit 25599df

Please sign in to comment.