Skip to content

Commit

Permalink
[Security Solution] - skipping failing Cypress test (see #173143)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeOberti committed Dec 14, 2023
1 parent 2d72a38 commit 2b21165
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 2b21165

Please sign in to comment.