Skip to content

Commit 75ab5f0

Browse files
committed
blacklist map_angles which is very flaky
1 parent 4b44778 commit 75ab5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/image/compare_pixels_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ argv._.forEach(function(pattern) {
6161
});
6262

6363
var blacklist = [
64+
'map_angles',
6465
'map_stamen-style',
6566
'mapbox_stamen-style',
6667
'mapbox_custom-style',
@@ -165,7 +166,6 @@ for(var i = 0; i < allMockList.length; i++) {
165166

166167
var threshold = shouldBePixelPerfect ? 0 : [
167168
// more flaky
168-
'map_angles',
169169
'mapbox_angles',
170170
'mapbox_layers',
171171
'mapbox_custom-style',

0 commit comments

Comments
 (0)