Skip to content

Commit cff5c44

Browse files
author
Rahul Sharma
committed
don't run vpc tests in parallel as they modify global var data
1 parent 54ebacd commit cff5c44

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cloud/linode/vpc_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ func TestGetAllVPCIDs(t *testing.T) {
4444
}
4545

4646
func TestGetVPCID(t *testing.T) {
47-
t.Parallel()
48-
4947
t.Run("vpcID in cache", func(t *testing.T) {
5048
ctrl := gomock.NewController(t)
5149
defer ctrl.Finish()
@@ -102,8 +100,6 @@ func TestGetVPCID(t *testing.T) {
102100
}
103101

104102
func TestGetVPCIPAddresses(t *testing.T) {
105-
t.Parallel()
106-
107103
t.Run("vpc id not found", func(t *testing.T) {
108104
ctrl := gomock.NewController(t)
109105
defer ctrl.Finish()

0 commit comments

Comments
 (0)