Skip to content

Commit

Permalink
*: use SerialSuites to reduce the servers in tests at the same time (t…
Browse files Browse the repository at this point in the history
…ikv#4171)

Signed-off-by: HunDunDM <hundundm@gmail.com>
Signed-off-by: hzh0425 <642256541@qq.com>
  • Loading branch information
HunDunDM authored and hzh0425 committed Nov 16, 2021
1 parent a14e14b commit e7ffa1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/encryptionkm/key_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func TestKeyManager(t *testing.T) {

type testKeyManagerSuite struct{}

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

const (
testMasterKey = "8fd7e3e917c170d92f3e51a981dd7bc8fba11f3df7d8df994842f6e86f69b530"
Expand Down

0 comments on commit e7ffa1d

Please sign in to comment.