We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a539c88 commit 363ab04Copy full SHA for 363ab04
test/jasmine/tests/mapbox_test.js
@@ -1496,7 +1496,7 @@ describe('mapbox plots', function() {
1496
});
1497
1498
['stamen-terrain', 'stamen-toner'].forEach(function(style) {
1499
- it('@gl should be displayed for style "' + style + '"', function(done) {
+ it('@noCI @gl should be displayed for style "' + style + '"', function(done) {
1500
Plotly.newPlot(gd, [{type: 'scattermapbox'}], {mapbox: {style: style}})
1501
.then(function() {
1502
var s = d3SelectAll('.mapboxgl-ctrl-attrib');
0 commit comments