From 4cb3a740d5c9b8eb3d4d48437bfa7c9911debf68 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Wed, 16 Aug 2023 13:08:42 +0100 Subject: [PATCH] skip flaky suite (#164050) --- .../plugins/cases/public/components/description/index.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/cases/public/components/description/index.test.tsx b/x-pack/plugins/cases/public/components/description/index.test.tsx index f519c7af3eb19..1c64d92bf3320 100644 --- a/x-pack/plugins/cases/public/components/description/index.test.tsx +++ b/x-pack/plugins/cases/public/components/description/index.test.tsx @@ -198,7 +198,8 @@ describe('Description', () => { expect(screen.queryByTestId('description-edit-icon')).not.toBeInTheDocument(); }); - describe('draft message', () => { + // FLAKY: https://github.com/elastic/kibana/issues/164050 + describe.skip('draft message', () => { const draftStorageKey = `cases.testAppId.basic-case-id.description.markdownEditor`; beforeEach(() => {