From 4e0f3d97d4506a308dbd53e9b3995c5165395e22 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Wed, 17 Jan 2024 17:19:02 +0000 Subject: [PATCH] skip flaky suite (#174134) --- .../plugins/cases/public/components/create/description.test.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/cases/public/components/create/description.test.tsx b/x-pack/plugins/cases/public/components/create/description.test.tsx index 57c233babd51..b817461cd57c 100644 --- a/x-pack/plugins/cases/public/components/create/description.test.tsx +++ b/x-pack/plugins/cases/public/components/create/description.test.tsx @@ -19,6 +19,7 @@ import { createAppMockRenderer } from '../../common/mock'; import { MAX_DESCRIPTION_LENGTH } from '../../../common/constants'; // FLAKY: https://github.com/elastic/kibana/issues/174133 +// FLAKY: https://github.com/elastic/kibana/issues/174134 describe.skip('Description', () => { let globalForm: FormHook; let appMockRender: AppMockRenderer;