From 324f692fa3b860bc59f66330969664cc62e581b6 Mon Sep 17 00:00:00 2001 From: Alex Szabo Date: Thu, 17 Oct 2024 15:45:31 +0200 Subject: [PATCH] skip flaky test case: https://github.com/elastic/kibana/issues/175240 --- .../cases/public/components/all_cases/solution_filter.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(