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();