Skip to content

Commit 8b2d112

Browse files
Fix #282 remove t.Parallel (#283)
1 parent 1fda816 commit 8b2d112

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

raftstore/testutil.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,6 @@ func NewSingleTestClusterStore(t *testing.T, opts ...TestClusterOption) TestRaft
753753

754754
// NewTestClusterStore create test cluster using options
755755
func NewTestClusterStore(t *testing.T, opts ...TestClusterOption) TestRaftCluster {
756-
t.Parallel()
757756
c := &testRaftCluster{t: t, initOpts: opts}
758757
c.reset(true, opts...)
759758
return c

0 commit comments

Comments
 (0)