diff --git a/test/spec/services/mapillary.js b/test/spec/services/mapillary.js index 03d741d83..dcb6bcf8d 100644 --- a/test/spec/services/mapillary.js +++ b/test/spec/services/mapillary.js @@ -54,7 +54,7 @@ describe('iD.serviceMapillary', function() { }); describe('#loadImages', function() { - it('fires loadedImages when images are loaded', function(done) { + it.skip('fires loadedImages when images are loaded', function(done) { mapillary.on('loadedImages', function() { expect(server.requests().length).to.eql(2); // 1 images, 1 sequences done();