Skip to content

Commit 3d9d48d

Browse files
committed
update flaky list for image test
1 parent 5b7b18f commit 3d9d48d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/image/compare_pixels_test.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ if(allMock || argv.filter) {
102102

103103
var FLAKY_LIST = [
104104
'treemap_coffee',
105-
'treemap_textposition',
106-
'treemap_with-without_values',
105+
'treemap_sunburst_marker_colors',
107106
'trace_metatext',
108-
'gl3d_directions-streamtube1'
107+
'gl3d_directions-streamtube1',
108+
'gl3d_traces-with-opacity'
109109
];
110110

111111
console.log('');

0 commit comments

Comments
 (0)