Skip to content

Commit

Permalink
test: fix unstable CI caused by concurrent unit test (pingcap#1541) (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-srebot authored Mar 30, 2021
1 parent 9947467 commit 10daa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dm/master/shardddl/optimist_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (

type testOptimist struct{}

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

// clear keys in etcd test cluster.
func clearOptimistTestSourceInfoOperation(c *C) {
Expand Down

0 comments on commit 10daa02

Please sign in to comment.