From b9785289f23d022bc65f6f5acc0c2ccecab39929 Mon Sep 17 00:00:00 2001 From: Yuanjia Zhang Date: Tue, 23 Jul 2019 14:51:21 +0800 Subject: [PATCH] =?UTF-8?q?expression:=20let=20`testEvaluatorSuite`=20run?= =?UTF-8?q?=20serially=20to=20avoid=20aff=E2=80=A6=20(#11367)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- expression/evaluator_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expression/evaluator_test.go b/expression/evaluator_test.go index 4d1560d69210c..ca527a2bd0513 100644 --- a/expression/evaluator_test.go +++ b/expression/evaluator_test.go @@ -31,7 +31,7 @@ import ( "github.com/pingcap/tidb/util/testutil" ) -var _ = Suite(&testEvaluatorSuite{}) +var _ = SerialSuites(&testEvaluatorSuite{}) func TestT(t *testing.T) { CustomVerboseFlag = true