Skip to content

Commit

Permalink
[Security Solution] skips Flaky test (#195435)
Browse files Browse the repository at this point in the history
## Summary

Skips Flaky test : #189794
  • Loading branch information
logeekal authored Oct 8, 2024
1 parent 2bb8c63 commit 16cd4bb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,8 @@ describe('query tab with unified timeline', () => {
);
});

it(
// Flaky: https:/elastic/kibana/issues/189794
it.skip(
'should have the notification dot & correct tooltip',
async () => {
renderTestComponents();
Expand Down

0 comments on commit 16cd4bb

Please sign in to comment.