Skip to content

Commit

Permalink
remove parallel
Browse files Browse the repository at this point in the history
Signed-off-by: lhy1024 <admin@liudos.us>
  • Loading branch information
lhy1024 committed Mar 6, 2023
1 parent e91792d commit 95a4019
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/utils/etcdutil/etcdutil_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import (
)

func TestMemberHelpers(t *testing.T) {
t.Parallel()
re := require.New(t)
cfg1 := NewTestSingleConfig(t)
etcd1, err := embed.StartEtcd(cfg1)
Expand Down Expand Up @@ -88,7 +87,6 @@ func TestMemberHelpers(t *testing.T) {
}

func TestEtcdKVGet(t *testing.T) {
t.Parallel()
re := require.New(t)
cfg := NewTestSingleConfig(t)
etcd, err := embed.StartEtcd(cfg)
Expand Down Expand Up @@ -139,7 +137,6 @@ func TestEtcdKVGet(t *testing.T) {
}

func TestEtcdKVPutWithTTL(t *testing.T) {
t.Parallel()
re := require.New(t)
cfg := NewTestSingleConfig(t)
etcd, err := embed.StartEtcd(cfg)
Expand Down Expand Up @@ -180,7 +177,6 @@ func TestEtcdKVPutWithTTL(t *testing.T) {
}

func TestInitClusterID(t *testing.T) {
t.Parallel()
re := require.New(t)
cfg := NewTestSingleConfig(t)
etcd, err := embed.StartEtcd(cfg)
Expand Down

0 comments on commit 95a4019

Please sign in to comment.