diff --git a/x-pack/plugins/cases/public/components/use_create_case_modal/index.test.tsx b/x-pack/plugins/cases/public/components/use_create_case_modal/index.test.tsx index b0985bbc097ce..fa7e0213166ee 100644 --- a/x-pack/plugins/cases/public/components/use_create_case_modal/index.test.tsx +++ b/x-pack/plugins/cases/public/components/use_create_case_modal/index.test.tsx @@ -19,7 +19,8 @@ jest.mock('../../common/lib/kibana'); const useKibanaMock = useKibana as jest.Mocked; const onCaseCreated = jest.fn(); -describe('useCreateCaseModal', () => { +// FLAKY: https://github.com/elastic/kibana/issues/174205 +describe.skip('useCreateCaseModal', () => { let navigateToApp: jest.Mock; beforeEach(() => {