skip flaky suite (#66669)

This commit is contained in:
spalger 2020-05-20 12:23:04 -07:00
parent 0e55b248d3
commit bc261436d5

View file

@ -24,7 +24,8 @@ export const defaultTextParameters = {
store: false,
};
describe('Mappings editor: text datatype', () => {
// FLAKY: https://github.com/elastic/kibana/issues/66669
describe.skip('Mappings editor: text datatype', () => {
let testBed: MappingsEditorTestBed;
/**