Skip to content

Commit

Permalink
don't run vpc tests in parallel as they modify global var data
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulait committed Dec 19, 2024
1 parent 54ebacd commit c22c0e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cloud/linode/vpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func TestGetAllVPCIDs(t *testing.T) {
}

func TestGetVPCID(t *testing.T) {
t.Parallel()

t.Run("vpcID in cache", func(t *testing.T) {
ctrl := gomock.NewController(t)
Expand Down Expand Up @@ -102,7 +101,6 @@ func TestGetVPCID(t *testing.T) {
}

func TestGetVPCIPAddresses(t *testing.T) {
t.Parallel()

t.Run("vpc id not found", func(t *testing.T) {
ctrl := gomock.NewController(t)
Expand Down

0 comments on commit c22c0e5

Please sign in to comment.