Skip to content

Commit 04aa645

Browse files
committed
correct baselines using flatshading nomalization algo and try mri to run on CI
1 parent 3c0dc06 commit 04aa645

8 files changed

+1
-2
lines changed
-1.99 KB
Loading
481 Bytes
Loading
66 Bytes
Loading
583 KB
Loading
522 Bytes
Loading
393 Bytes
Loading
2.93 KB
Loading

test/image/compare_pixels_test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ function untestableFilter(mockName) {
9797
mockName === 'font-wishlist' ||
9898
mockName.indexOf('gl2d_') !== -1 ||
9999
mockName.indexOf('mapbox_') !== -1 ||
100-
mockName.indexOf('gl3d_cone-') !== -1 ||
101-
mockName.indexOf('gl3d_volume_mri') !== -1
100+
mockName.indexOf('gl3d_cone-') !== -1
102101
);
103102

104103
if(!cond) console.log(' -', mockName);

0 commit comments

Comments
 (0)