Skip to content

Commit 3cf4f9d

Browse files
committed
disable test due to incorrect mock
1 parent 310fdef commit 3cf4f9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/jasmine/tests/mapbox_test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,10 +533,12 @@ describe('mapbox plots', function() {
533533
.then(done, done.fail);
534534
}, LONG_TIMEOUT_INTERVAL);
535535

536-
it('@gl should be able to add, update and remove layers', function(done) {
536+
xit('@gl should be able to add, update and remove layers', function(done) {
537537
var mockWithLayers = require('../../image/mocks/mapbox_layers');
538538

539539
var layer0 = Lib.extendDeep({}, mockWithLayers.layout.mapbox.layers[0]);
540+
541+
// mockWithLayers.layout.mapbox.layers array only has 1 entry
540542
var layer1 = Lib.extendDeep({}, mockWithLayers.layout.mapbox.layers[1]);
541543

542544
var mapUpdate = {

0 commit comments

Comments
 (0)