Skip to content

Commit

Permalink
[Security Solution] - skipping failing Cypress test (#173423)
Browse files Browse the repository at this point in the history
## Summary

Skipping test as it was failing on main (see
#170520)
  • Loading branch information
PhilippeOberti authored Dec 14, 2023
1 parent 11204b2 commit fd50ad1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
} from '../../../screens/search_bar';
import { TOASTER } from '../../../screens/alerts_detection_rules';

describe(
describe.skip(
'Histogram legend hover actions',
{ tags: ['@ess', '@serverless', '@brokenInServerlessQA'] },
() => {
Expand Down

0 comments on commit fd50ad1

Please sign in to comment.