skip flaky suite (#36011)

This commit is contained in:
spalger 2019-12-12 11:13:06 -07:00
parent c8b42f09de
commit 065ca6e041

View file

@ -65,7 +65,8 @@ export default function ({ getPageObjects }) {
});
});
describe('EMSFileSource with missing EMS id', () => {
// FLAKY: https://github.com/elastic/kibana/issues/36011
describe.skip('EMSFileSource with missing EMS id', () => {
const MISSING_EMS_ID = 'idThatDoesNotExitForEMSFileSource';
const LAYER_NAME = 'EMS_vector_shapes';