Skip to content

Commit 929be3f

Browse files
committed
add flaky for some map baselines
1 parent e0dfa44 commit 929be3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: test/image/compare_pixels_test.js

+2
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ for(var i = 0; i < allMockList.length; i++) {
110110
var isMapbox = mockName.substr(0, 7) === 'mapbox_';
111111
var isOtherFlaky = [
112112
// list flaky mocks other than mapbox:
113+
'map_density0-legend',
114+
'map_osm-style',
113115
'gl3d_bunny-hull'
114116
].indexOf(mockName) !== -1;
115117

0 commit comments

Comments
 (0)