Skip to content

Commit

Permalink
[tests] skip flaky test case (#196700)
Browse files Browse the repository at this point in the history
## Summary
Skips flaky unit test: #175240
  • Loading branch information
delanni authored Oct 17, 2024
1 parent dfba673 commit 96541f4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ describe('SolutionFilter ', () => {
expect(getByTestId(`options-filter-popover-item-${solutions[1]}`)).toBeInTheDocument();
});

it('should call onChange with selected solution id when no option selected yet', async () => {
// Flaky: https://github.com/elastic/kibana/issues/175240
it.skip('should call onChange with selected solution id when no option selected yet', async () => {
const { getByTestId } = appMockRender.render(
<SolutionFilter
onChange={onChange}
Expand Down

0 comments on commit 96541f4

Please sign in to comment.