diff --git a/x-pack/plugins/cases/public/components/custom_fields/toggle/create.test.tsx b/x-pack/plugins/cases/public/components/custom_fields/toggle/create.test.tsx index 8eb7c50300840..9eb47f86bb693 100644 --- a/x-pack/plugins/cases/public/components/custom_fields/toggle/create.test.tsx +++ b/x-pack/plugins/cases/public/components/custom_fields/toggle/create.test.tsx @@ -13,7 +13,8 @@ import { Create } from './create'; import { customFieldsConfigurationMock } from '../../../containers/mock'; import userEvent from '@testing-library/user-event'; -describe('Create ', () => { +// FLAKY: https://github.com/elastic/kibana/issues/177304 +describe.skip('Create ', () => { const onSubmit = jest.fn(); beforeEach(() => {