From 9b394fd2595e16f3f1d52630757f60605e061406 Mon Sep 17 00:00:00 2001 From: Janki Salvi <117571355+js-jankisalvi@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:32:46 +0100 Subject: [PATCH] remove comments --- .../cases/public/components/filter_popover/index.test.tsx | 8 -------- 1 file changed, 8 deletions(-) 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 eedefadefcd7e..5b2a304b11118 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 @@ -15,14 +15,6 @@ import { createAppMockRenderer } from '../../common/mock'; 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 -// FLAKY: https://github.com/elastic/kibana/issues/176683 -// FLAKY: https://github.com/elastic/kibana/issues/176684 -// FLAKY: https://github.com/elastic/kibana/issues/176685 -// FLAKY: https://github.com/elastic/kibana/issues/176686 describe('FilterPopover ', () => { let appMockRender: AppMockRenderer; const onSelectedOptionsChanged = jest.fn();