diff --git a/x-pack/plugins/cases/public/components/case_form_fields/assignees.test.tsx b/x-pack/plugins/cases/public/components/case_form_fields/assignees.test.tsx index 77a781535eb91..fd0a75f6d7a28 100644 --- a/x-pack/plugins/cases/public/components/case_form_fields/assignees.test.tsx +++ b/x-pack/plugins/cases/public/components/case_form_fields/assignees.test.tsx @@ -23,7 +23,8 @@ jest.mock('../../containers/user_profiles/api'); const currentUserProfile = userProfiles[0]; -describe('Assignees', () => { +// Failing: See https://github.com/elastic/kibana/issues/189719 +describe.skip('Assignees', () => { let globalForm: FormHook; let appMockRender: AppMockRenderer;