skip flaky suite (#66457)

This commit is contained in:
spalger 2020-05-13 13:43:42 -07:00
parent c7587e4892
commit 512ab5beb3

View file

@ -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
*/