Skip to content

Commit

Permalink
skip flaky test: #175239
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni committed Sep 26, 2024
1 parent 7b76160 commit 932832e
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 932832e

Please sign in to comment.