Skip to content

Commit 32e3b64

Browse files
committed
skip mapbox custom attribution test on CI for now
1 parent 75ab5f0 commit 32e3b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/mapbox_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@ describe('mapbox plots', function() {
16101610
.then(done, done.fail);
16111611
});
16121612

1613-
it('@gl should be displayed for attributions defined in layers\' sourceattribution', function(done) {
1613+
it('@noCI @gl should be displayed for attributions defined in layers\' sourceattribution', function(done) {
16141614
var mock = require('../../image/mocks/mapbox_layers.json');
16151615
var customMock = Lib.extendDeep(mock);
16161616

0 commit comments

Comments
 (0)