From 23f38f31d2b1acf76ec6a957c2a9d7e92bda96a1 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Mon, 15 Jan 2024 21:51:31 +0000 Subject: [PATCH] skip flaky suite (#164048) --- .../plugins/cases/public/components/description/index.test.tsx | 1 + 1 file changed, 1 insertion(+) 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 1ad6588eac728..4f09ab0f91b07 100644 --- a/x-pack/plugins/cases/public/components/description/index.test.tsx +++ b/x-pack/plugins/cases/public/components/description/index.test.tsx @@ -28,6 +28,7 @@ const defaultProps = { }; // FLAKY: https://github.com/elastic/kibana/issues/164045 +// FLAKY: https://github.com/elastic/kibana/issues/164048 describe.skip('Description', () => { const onUpdateField = jest.fn(); let appMockRender: AppMockRenderer;