diff --git a/x-pack/plugins/index_management/public/application/components/mappings_editor/__jest__/client_integration/mappings_editor.test.tsx b/x-pack/plugins/index_management/public/application/components/mappings_editor/__jest__/client_integration/mappings_editor.test.tsx index f516dfdb372ce7..7a3241dacdd5c6 100644 --- a/x-pack/plugins/index_management/public/application/components/mappings_editor/__jest__/client_integration/mappings_editor.test.tsx +++ b/x-pack/plugins/index_management/public/application/components/mappings_editor/__jest__/client_integration/mappings_editor.test.tsx @@ -11,7 +11,8 @@ const { setup, getMappingsEditorDataFactory } = componentHelpers.mappingsEditor; const onChangeHandler = jest.fn(); const getMappingsEditorData = getMappingsEditorDataFactory(onChangeHandler); -describe('Mappings editor: core', () => { +// FLAKY: https://github.com/elastic/kibana/issues/66457 +describe.skip('Mappings editor: core', () => { /** * Variable to store the mappings data forwarded to the consumer component */