Skip to content

Commit

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

Skips Flaky test : elastic#189794

(cherry picked from commit 16cd4bb)
  • Loading branch information
logeekal committed Oct 8, 2024
1 parent 6c87519 commit a3f0d36
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://github.com/elastic/kibana/issues/189794
it.skip(
'should have the notification dot & correct tooltip',
async () => {
renderTestComponents();
Expand Down

0 comments on commit a3f0d36

Please sign in to comment.