Skip to content

Commit abe9389

Browse files
committed
map_angles is more flaky
1 parent 530064c commit abe9389

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
@@ -112,7 +112,6 @@ for(var i = 0; i < allMockList.length; i++) {
112112
// list flaky mocks other than mapbox:
113113
'map_density0-legend',
114114
'map_osm-style',
115-
'map_angles',
116115
'gl3d_bunny-hull'
117116
].indexOf(mockName) !== -1;
118117

@@ -161,6 +160,7 @@ for(var i = 0; i < allMockList.length; i++) {
161160

162161
var threshold = shouldBePixelPerfect ? 0 : [
163162
// more flaky
163+
'map_angles',
164164
'mapbox_angles',
165165
'mapbox_layers',
166166
'mapbox_custom-style',

0 commit comments

Comments
 (0)