We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310fdef commit 3cf4f9dCopy full SHA for 3cf4f9d
test/jasmine/tests/mapbox_test.js
@@ -533,10 +533,12 @@ describe('mapbox plots', function() {
533
.then(done, done.fail);
534
}, LONG_TIMEOUT_INTERVAL);
535
536
- it('@gl should be able to add, update and remove layers', function(done) {
+ xit('@gl should be able to add, update and remove layers', function(done) {
537
var mockWithLayers = require('../../image/mocks/mapbox_layers');
538
539
var layer0 = Lib.extendDeep({}, mockWithLayers.layout.mapbox.layers[0]);
540
+
541
+ // mockWithLayers.layout.mapbox.layers array only has 1 entry
542
var layer1 = Lib.extendDeep({}, mockWithLayers.layout.mapbox.layers[1]);
543
544
var mapUpdate = {
0 commit comments