Skip to content

Commit 9d08276

Browse files
Fix zone specification in HdT tests
1 parent 4b5780f commit 9d08276

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/e2e/tests/single_zone_e2e_test.go

-4
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,6 @@ var _ = Describe("GCE PD CSI Driver", func() {
276276
client := testContext.Client
277277
instance := testContext.Instance
278278

279-
if diskType == hdtDiskType {
280-
z = "us-east4-a"
281-
}
282-
283279
volName, _ := createAndValidateUniqueZonalDisk(client, p, z, diskType)
284280

285281
underSpecifiedID := common.GenerateUnderspecifiedVolumeID(volName, true /* isZonal */)

0 commit comments

Comments
 (0)