Skip to content

Commit ef28e78

Browse files
committed
add two mocks to list of flaky test image mocks
1 parent cd1eaef commit ef28e78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/image/compare_pixels_test.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ if(allMock || argv.filter) {
101101
}
102102

103103
var FLAKY_LIST = [
104-
'treemap_textposition'
104+
'treemap_textposition',
105+
'trace_metatext',
106+
'gl3d_directions-streamtube1'
105107
];
106108

107109
console.log('');

0 commit comments

Comments
 (0)