Skip to content

Commit c22c0e5

Browse files
Rahul Sharmarahulait
authored andcommitted
don't run vpc tests in parallel as they modify global var data
1 parent 54ebacd commit c22c0e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cloud/linode/vpc_test.go

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

4646
func TestGetVPCID(t *testing.T) {
47-
t.Parallel()
4847

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

104103
func TestGetVPCIPAddresses(t *testing.T) {
105-
t.Parallel()
106104

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

0 commit comments

Comments
 (0)