From fe223ddce0c994c7e062ca6ad9d3096277232c23 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Wed, 14 Feb 2024 16:15:33 +0000 Subject: [PATCH] skip flaky suite (#176685) --- .../cases/public/components/filter_popover/index.test.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/cases/public/components/filter_popover/index.test.tsx b/x-pack/plugins/cases/public/components/filter_popover/index.test.tsx index da93fc94954b8..1b6930f4021d3 100644 --- a/x-pack/plugins/cases/public/components/filter_popover/index.test.tsx +++ b/x-pack/plugins/cases/public/components/filter_popover/index.test.tsx @@ -20,6 +20,7 @@ import { FilterPopover } from '.'; // FLAKY: https://github.com/elastic/kibana/issues/176682 // FLAKY: https://github.com/elastic/kibana/issues/176683 // FLAKY: https://github.com/elastic/kibana/issues/176684 +// FLAKY: https://github.com/elastic/kibana/issues/176685 describe.skip('FilterPopover ', () => { let appMockRender: AppMockRenderer; const onSelectedOptionsChanged = jest.fn();