Skip to content

Commit

Permalink
Fix #282 remove t.Parallel (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxu19830126 authored Oct 13, 2021
1 parent 1fda816 commit 8b2d112
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion raftstore/testutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,6 @@ func NewSingleTestClusterStore(t *testing.T, opts ...TestClusterOption) TestRaft

// NewTestClusterStore create test cluster using options
func NewTestClusterStore(t *testing.T, opts ...TestClusterOption) TestRaftCluster {
t.Parallel()
c := &testRaftCluster{t: t, initOpts: opts}
c.reset(true, opts...)
return c
Expand Down

0 comments on commit 8b2d112

Please sign in to comment.