Skip to content

Commit bd366e8

Browse files
authored
Merge pull request #6775 from plotly/skip-stamen-on-ci
skip running mapbox tests using stamen style on CircleCi
2 parents a539c88 + 363ab04 commit bd366e8

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)