From 4fd0cfe5b0d78c6f2579b91a991836149422a2d9 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Wed, 14 Feb 2024 21:14:20 +0000 Subject: [PATCH] skip flaky suite (#174526) --- .../public/components/create/flyout/create_case_flyout.test.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/cases/public/components/create/flyout/create_case_flyout.test.tsx b/x-pack/plugins/cases/public/components/create/flyout/create_case_flyout.test.tsx index e3a6799bc2028..f24d02f622c25 100644 --- a/x-pack/plugins/cases/public/components/create/flyout/create_case_flyout.test.tsx +++ b/x-pack/plugins/cases/public/components/create/flyout/create_case_flyout.test.tsx @@ -24,6 +24,7 @@ const defaultProps = { }; // FLAKY: https://github.com/elastic/kibana/issues/174525 +// FLAKY: https://github.com/elastic/kibana/issues/174526 describe.skip('CreateCaseFlyout', () => { let mockedContext: AppMockRenderer; beforeEach(() => {