Skip to content

Commit

Permalink
skip flaky test case: #175240
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni committed Oct 17, 2024
1 parent 2fbc843 commit 324f692
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 324f692

Please sign in to comment.