Skip to content

Commit

Permalink
[8.x] skip flaky test: #175239 (#194104) (#194164)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.x`:
- [skip flaky test: #175239
(#194104)](#194104)

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

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

<!--BACKPORT [{"author":{"name":"Alex
Szabo","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-26T14:26:31Z","message":"skip
flaky test: #175239
(#194104)","sha":"645ece1e0dcb1d87d5204e9bd7dbc11cf1d93993","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor"],"title":"skip
flaky test:
https://github.com/elastic/kibana/issues/175239","number":194104,"url":"https://github.com/elastic/kibana/pull/194104","mergeCommit":{"message":"skip
flaky test: #175239
(#194104)","sha":"645ece1e0dcb1d87d5204e9bd7dbc11cf1d93993"}},"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/194104","number":194104,"mergeCommit":{"message":"skip
flaky test: #175239
(#194104)","sha":"645ece1e0dcb1d87d5204e9bd7dbc11cf1d93993"}}]}]
BACKPORT-->

Co-authored-by: Alex Szabo <[email protected]>
  • Loading branch information
kibanamachine and delanni authored Sep 27, 2024
1 parent 35c4ca2 commit 9d98674
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ describe('SolutionFilter ', () => {
jest.clearAllMocks();
});

it('renders options correctly', async () => {
// Flaky: https://github.com/elastic/kibana/issues/175239
it.skip('renders options correctly', async () => {
appMockRender.render(
<SolutionFilter
onChange={onChange}
Expand Down

0 comments on commit 9d98674

Please sign in to comment.