We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ab5f0 commit 32e3b64Copy full SHA for 32e3b64
test/jasmine/tests/mapbox_test.js
@@ -1610,7 +1610,7 @@ describe('mapbox plots', function() {
1610
.then(done, done.fail);
1611
});
1612
1613
- it('@gl should be displayed for attributions defined in layers\' sourceattribution', function(done) {
+ it('@noCI @gl should be displayed for attributions defined in layers\' sourceattribution', function(done) {
1614
var mock = require('../../image/mocks/mapbox_layers.json');
1615
var customMock = Lib.extendDeep(mock);
1616
0 commit comments