Skip to content

Commit 363ab04

Browse files
committed
skip running stamen tests on ci
1 parent a539c88 commit 363ab04

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
@@ -1496,7 +1496,7 @@ describe('mapbox plots', function() {
14961496
});
14971497

14981498
['stamen-terrain', 'stamen-toner'].forEach(function(style) {
1499-
it('@gl should be displayed for style "' + style + '"', function(done) {
1499+
it('@noCI @gl should be displayed for style "' + style + '"', function(done) {
15001500
Plotly.newPlot(gd, [{type: 'scattermapbox'}], {mapbox: {style: style}})
15011501
.then(function() {
15021502
var s = d3SelectAll('.mapboxgl-ctrl-attrib');

0 commit comments

Comments
 (0)