From d13d1c1fd16d10a521c851860852618303b7cc75 Mon Sep 17 00:00:00 2001 From: archmoj Date: Thu, 17 Jun 2021 13:51:46 -0400 Subject: [PATCH] update flaky list in image-test --- test/image/compare_pixels_test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/image/compare_pixels_test.js b/test/image/compare_pixels_test.js index efa1ec81d76..a3e2ffbc7d5 100644 --- a/test/image/compare_pixels_test.js +++ b/test/image/compare_pixels_test.js @@ -116,10 +116,9 @@ if(allMock || argv.filter) { var FLAKY_LIST = [ 'treemap_coffee', - 'treemap_sunburst_marker_colors', 'treemap_textposition', 'treemap_with-without_values', - 'gl3d_directions-streamtube1', + 'sunburst_with-without_values' ]; console.log('');