From 249fe09f4463b6cc4523182c841949aa0d557629 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Wed, 14 Feb 2024 16:15:03 +0000 Subject: [PATCH] skip flaky suite (#176683) --- .../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 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();