diff --git a/x-pack/plugins/cases/public/components/all_cases/solution_filter.test.tsx b/x-pack/plugins/cases/public/components/all_cases/solution_filter.test.tsx index 4fcceb4f7d0ee..b450c26818bc8 100644 --- a/x-pack/plugins/cases/public/components/all_cases/solution_filter.test.tsx +++ b/x-pack/plugins/cases/public/components/all_cases/solution_filter.test.tsx @@ -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(