You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/05/10 04:17:25 UTC

[echarts] branch enhance-visual-regression-test updated: test(visual): remove some cases from blacklist

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch enhance-visual-regression-test
in repository https://gitbox.apache.org/repos/asf/echarts.git


The following commit(s) were added to refs/heads/enhance-visual-regression-test by this push:
     new 90441b3  test(visual): remove some cases from blacklist
90441b3 is described below

commit 90441b3d7cea526ddf6f56984247c3951af8bdd2
Author: pissang <bm...@gmail.com>
AuthorDate: Mon May 10 12:11:21 2021 +0800

    test(visual): remove some cases from blacklist
---
 test/runTest/blacklist.js | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/test/runTest/blacklist.js b/test/runTest/blacklist.js
index 7de8f1e..ba638ed 100644
--- a/test/runTest/blacklist.js
+++ b/test/runTest/blacklist.js
@@ -20,7 +20,6 @@
 module.exports.blacklist = [
     '-cases.html',
     'geo-random-stream.html',
-    'chord.html',
     'lines-ny.html',
     'lines-ny-appendData.html',
     'linesGL-ny-appendData.html',
@@ -38,12 +37,8 @@ module.exports.blacklist = [
     'mobileBench.html',
     'touch-test.html',
 
-    // Image size not match
-    'symbol2.html',
-
     // This case will have timeout
     'visualMap-performance1.html',
-    'lines-bus.html',
     'lines-stream-not-large.html'
 ];
 
@@ -55,5 +50,7 @@ module.exports.SVGBlacklist = [
     'stream-basic2.html',
     'heatmap-large.html',
     'visualMap-large.html',
-    'candlestick-large2.html'
+    'candlestick-large2.html',
+
+    'lines-bus.html',
 ];
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org