Skip to content

Commit fb0f1cc

Browse files
committed
add map_angles to isOtherFlaky
1 parent d7f467e commit fb0f1cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: test/image/compare_pixels_test.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ for(var i = 0; i < allMockList.length; i++) {
112112
// list flaky mocks other than mapbox:
113113
'map_density0-legend',
114114
'map_osm-style',
115-
'gl3d_bunny-hull'
115+
'gl3d_bunny-hull',
116+
'map_angles'
116117
].indexOf(mockName) !== -1;
117118

118119
if(mathjax3) mockName = 'mathjax3___' + mockName;

0 commit comments

Comments
 (0)