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 57c233babd51..b817461cd57c 100644 --- a/x-pack/plugins/cases/public/components/create/description.test.tsx +++ b/x-pack/plugins/cases/public/components/create/description.test.tsx @@ -19,6 +19,7 @@ import { createAppMockRenderer } from '../../common/mock'; import { MAX_DESCRIPTION_LENGTH } from '../../../common/constants'; // FLAKY: https://github.com/elastic/kibana/issues/174133 +// FLAKY: https://github.com/elastic/kibana/issues/174134 describe.skip('Description', () => { let globalForm: FormHook; let appMockRender: AppMockRenderer;