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