We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a539c88 + 363ab04 commit bd366e8Copy full SHA for bd366e8
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