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 2dff726951481..274071f571cf2 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 @@ -17,6 +17,7 @@ import { FilterPopover } from '.'; // FLAKY: https://github.com/elastic/kibana/issues/176679 // FLAKY: https://github.com/elastic/kibana/issues/176680 // FLAKY: https://github.com/elastic/kibana/issues/176681 +// FLAKY: https://github.com/elastic/kibana/issues/176682 describe.skip('FilterPopover ', () => { let appMockRender: AppMockRenderer; const onSelectedOptionsChanged = jest.fn();