diff --git a/x-pack/plugins/cases/public/components/custom_fields/toggle/configure.test.tsx b/x-pack/plugins/cases/public/components/custom_fields/toggle/configure.test.tsx index 7c39e40eaa653..cefa0c82a64a0 100644 --- a/x-pack/plugins/cases/public/components/custom_fields/toggle/configure.test.tsx +++ b/x-pack/plugins/cases/public/components/custom_fields/toggle/configure.test.tsx @@ -13,7 +13,9 @@ import { FormTestComponent } from '../../../common/test_utils'; import * as i18n from '../translations'; import { Configure } from './configure'; -describe('Configure ', () => { +// Failing: See https://github.com/elastic/kibana/issues/176600 +// Failing: See https://github.com/elastic/kibana/issues/193918 +describe.skip('Configure ', () => { const onSubmit = jest.fn(); beforeEach(() => {