Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eba1cb4

Browse files
committed
update flaky list for image test
1 parent 789e7e3 commit eba1cb4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

test/image/compare_pixels_test.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,14 @@ if(allMock || argv.filter) {
101101
}
102102

103103
var FLAKY_LIST = [
104+
'gl2d_parcoords_blocks',
105+
'gl3d_directions-streamtube1',
106+
'gl3d_traces-with-opacity',
107+
'trace_metatext',
104108
'treemap_coffee',
109+
'treemap_textposition',
105110
'treemap_sunburst_marker_colors',
106-
'trace_metatext',
107-
'gl3d_directions-streamtube1',
108-
'gl3d_traces-with-opacity'
111+
'treemap_with-without_values',
109112
];
110113

111114
console.log('');

0 commit comments

Comments
 (0)