Skip to content

Commit f6d541d

Browse files
committed
increase compare tolerance for mapbox_layers mock
1 parent db5c563 commit f6d541d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)