diff --git a/test/jasmine/tests/mapbox_test.js b/test/jasmine/tests/mapbox_test.js index 6d69e4b1544..1d0056a0028 100644 --- a/test/jasmine/tests/mapbox_test.js +++ b/test/jasmine/tests/mapbox_test.js @@ -1496,7 +1496,7 @@ describe('mapbox plots', function() { }); ['stamen-terrain', 'stamen-toner'].forEach(function(style) { - it('@gl should be displayed for style "' + style + '"', function(done) { + it('@noCI @gl should be displayed for style "' + style + '"', function(done) { Plotly.newPlot(gd, [{type: 'scattermapbox'}], {mapbox: {style: style}}) .then(function() { var s = d3SelectAll('.mapboxgl-ctrl-attrib');