From 2244718a9257eb1eb7d4480028675fe732063ad6 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Wed, 16 Aug 2023 13:15:40 +0100 Subject: [PATCH] skip flaky suite (#164045) --- .../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 667730856c60e..62810de85cbe1 100644 --- a/x-pack/plugins/cases/public/components/description/index.test.tsx +++ b/x-pack/plugins/cases/public/components/description/index.test.tsx @@ -31,6 +31,7 @@ const defaultProps = { // FLAKY: https://github.com/elastic/kibana/issues/164048 // FLAKY: https://github.com/elastic/kibana/issues/164047 // FLAKY: https://github.com/elastic/kibana/issues/164046 +// FLAKY: https://github.com/elastic/kibana/issues/164045 describe.skip('Description', () => { const onUpdateField = jest.fn(); let appMockRender: AppMockRenderer;