skip flaky suite (#59030)

This commit is contained in:
spalger 2020-04-08 10:17:05 -07:00
parent 3e4469c99c
commit 56fa9a5776

View file

@ -51,7 +51,8 @@ const openModalWithJsonContent = ({ find, waitFor }: TestBed) => async (json: an
});
};
describe('<LoadMappingsProvider />', () => {
// FLAKY: https://github.com/elastic/kibana/issues/59030
describe.skip('<LoadMappingsProvider />', () => {
test('it should forward valid mapping definition', async () => {
const mappingsToLoad = {
properties: {