We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b44778 commit 75ab5f0Copy full SHA for 75ab5f0
1 file changed
test/image/compare_pixels_test.js
@@ -61,6 +61,7 @@ argv._.forEach(function(pattern) {
61
});
62
63
var blacklist = [
64
+ 'map_angles',
65
'map_stamen-style',
66
'mapbox_stamen-style',
67
'mapbox_custom-style',
@@ -165,7 +166,6 @@ for(var i = 0; i < allMockList.length; i++) {
165
166
167
var threshold = shouldBePixelPerfect ? 0 : [
168
// more flaky
- 'map_angles',
169
'mapbox_angles',
170
'mapbox_layers',
171
0 commit comments