Skip to content

Commit

Permalink
[8.x] [Security Solution] skips Flaky test (#195435) (#195504)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Security Solution] skips Flaky test
(#195435)](#195435)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Jatin
Kathuria","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-08T17:46:43Z","message":"[Security
Solution] skips Flaky test (#195435)\n\n## Summary\r\n\r\nSkips Flaky
test :
https://github.com/elastic/kibana/issues/189794","sha":"16cd4bb1fed3bb4d4959b3162e873891dfab4b92","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Threat
Hunting:Investigations","backport:prev-minor"],"title":"[Security
Solution] skips Flaky
test","number":195435,"url":"https://github.com/elastic/kibana/pull/195435","mergeCommit":{"message":"[Security
Solution] skips Flaky test (#195435)\n\n## Summary\r\n\r\nSkips Flaky
test :
https://github.com/elastic/kibana/issues/189794","sha":"16cd4bb1fed3bb4d4959b3162e873891dfab4b92"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195435","number":195435,"mergeCommit":{"message":"[Security
Solution] skips Flaky test (#195435)\n\n## Summary\r\n\r\nSkips Flaky
test :
https://github.com/elastic/kibana/issues/189794","sha":"16cd4bb1fed3bb4d4959b3162e873891dfab4b92"}}]}]
BACKPORT-->

Co-authored-by: Jatin Kathuria <[email protected]>
  • Loading branch information
kibanamachine and logeekal authored Oct 8, 2024
1 parent 6c87519 commit 1f0d5ef
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 1f0d5ef

Please sign in to comment.