diff --git a/x-pack/plugins/cases/public/components/create/description.test.tsx b/x-pack/plugins/cases/public/components/create/description.test.tsx index 5d678a6592638..57c233babd51e 100644 --- a/x-pack/plugins/cases/public/components/create/description.test.tsx +++ b/x-pack/plugins/cases/public/components/create/description.test.tsx @@ -18,7 +18,8 @@ import type { AppMockRenderer } from '../../common/mock'; import { createAppMockRenderer } from '../../common/mock'; import { MAX_DESCRIPTION_LENGTH } from '../../../common/constants'; -describe('Description', () => { +// FLAKY: https://github.com/elastic/kibana/issues/174133 +describe.skip('Description', () => { let globalForm: FormHook; let appMockRender: AppMockRenderer; const draftStorageKey = `cases.caseView.createCase.description.markdownEditor`;