From 8c54dca7f9a5d6474db8ad874f8d15dd60fddf9c Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Fri, 14 Oct 2022 16:30:23 -0500 Subject: [PATCH] skip flaky suite. #142283 --- .../cases/public/components/create/form_context.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/cases/public/components/create/form_context.test.tsx b/x-pack/plugins/cases/public/components/create/form_context.test.tsx index b06231601dfde..6ac37abddb514 100644 --- a/x-pack/plugins/cases/public/components/create/form_context.test.tsx +++ b/x-pack/plugins/cases/public/components/create/form_context.test.tsx @@ -121,7 +121,8 @@ const fillFormReactTestingLib = async (renderResult: RenderResult) => { } }; -describe('Create case', () => { +// FLAKY: https://github.com/elastic/kibana/issues/142283 +describe.skip('Create case', () => { const refetch = jest.fn(); const onFormSubmitSuccess = jest.fn(); const afterCaseCreated = jest.fn();