From 363ab04c41492d0aa0c0bec4352573dd5a956f38 Mon Sep 17 00:00:00 2001 From: Mojtaba Samimi Date: Tue, 7 Nov 2023 09:53:51 -0500 Subject: [PATCH] skip running stamen tests on ci --- test/jasmine/tests/mapbox_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');