Skip to content

Commit 4b44778

Browse files
committed
skip mapbox comparison for now
1 parent 9a7180f commit 4b44778

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/image/compare_pixels_test.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ for(var i = 0; i < allMockList.length; i++) {
108108
if(blacklist.indexOf(mockName) !== -1) continue;
109109

110110
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+
111116
var isOtherFlaky = [
112117
// list flaky mocks other than mapbox:
113118
'map_density0-legend',

0 commit comments

Comments
 (0)