Skip to content

Commit dce3209

Browse files
committed
removed mri mock to run CI
1 parent 04aa645 commit dce3209

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
-583 KB
Binary file not shown.

test/image/compare_pixels_test.js

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

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

0 commit comments

Comments
 (0)