Skip to content

Commit 990e260

Browse files
authored
Merge pull request #5837 from plotly/compare-mapbox-layers
increase compare tolerance for mapbox_layers mock
2 parents db5c563 + f6d541d commit 990e260

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: test/image/compare_pixels_test.js

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ for(var i = 0; i < allMockList.length; i++) {
127127
[
128128
// more flaky
129129
'mapbox_angles',
130+
'mapbox_layers',
130131
'mapbox_geojson-attributes'
131132
].indexOf(mockName) !== -1 ? 0.5 : 0.15
132133
});

0 commit comments

Comments
 (0)