Skip to content

Commit

Permalink
expression: let testEvaluatorSuite run serially to avoid aff… (#11367)
Browse files Browse the repository at this point in the history
  • Loading branch information
qw4990 authored and zz-jason committed Jul 23, 2019
1 parent 03fccbe commit b978528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expression/evaluator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
"github.com/pingcap/tidb/util/testutil"
)

var _ = Suite(&testEvaluatorSuite{})
var _ = SerialSuites(&testEvaluatorSuite{})

func TestT(t *testing.T) {
CustomVerboseFlag = true
Expand Down

0 comments on commit b978528

Please sign in to comment.