We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7180f commit 4b44778Copy full SHA for 4b44778
test/image/compare_pixels_test.js
@@ -108,6 +108,11 @@ for(var i = 0; i < allMockList.length; i++) {
108
if(blacklist.indexOf(mockName) !== -1) continue;
109
110
var isMapbox = mockName.substr(0, 7) === 'mapbox_';
111
+
112
+ // We have to skip mapbox since Aug 2024
113
+ // See https://github.com/plotly/plotly.js/issues/7075
114
+ if(isMapbox) continue;
115
116
var isOtherFlaky = [
117
// list flaky mocks other than mapbox:
118
'map_density0-legend',
0 commit comments