From 57896422a4936231ffe0512c0ea0cadb78bc08a0 Mon Sep 17 00:00:00 2001 From: huweihua Date: Tue, 14 Aug 2018 05:24:40 -0400 Subject: [PATCH] add some comment in code --- travis.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/travis.pl b/travis.pl index 5fe6f31af..ba8b703d1 100644 --- a/travis.pl +++ b/travis.pl @@ -503,6 +503,9 @@ sub run_fast_regression_test{ my @caseslist = @output; + #This is a black list for CI test + #It is useful for debug or development + #please ignore during common work #my @filter_cases=("testtest"); #array_filter(\@caseslist, \@filter_cases);