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 530064c commit abe9389Copy full SHA for abe9389
1 file changed
test/image/compare_pixels_test.js
@@ -112,7 +112,6 @@ for(var i = 0; i < allMockList.length; i++) {
112
// list flaky mocks other than mapbox:
113
'map_density0-legend',
114
'map_osm-style',
115
- 'map_angles',
116
'gl3d_bunny-hull'
117
].indexOf(mockName) !== -1;
118
@@ -161,6 +160,7 @@ for(var i = 0; i < allMockList.length; i++) {
161
160
162
var threshold = shouldBePixelPerfect ? 0 : [
163
// more flaky
+ 'map_angles',
164
'mapbox_angles',
165
'mapbox_layers',
166
'mapbox_custom-style',
0 commit comments