Skip to content

Commit 48fb8d6

Browse files
committed
remove special cases found in compare_pixels_test.js
1 parent 8839f4c commit 48fb8d6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/image/compare_pixels_test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,6 @@ for(var i = 0; i < allMockList.length; i++) {
164164

165165
var threshold = shouldBePixelPerfect ? 0 : [
166166
// more flaky
167-
'mapbox_angles',
168-
'mapbox_layers',
169-
'mapbox_custom-style',
170-
'mapbox_geojson-attributes'
171167
].indexOf(mockName) !== -1 ? 1 : 0.15;
172168

173169
if(virtualWebgl) {

0 commit comments

Comments
 (0)