Skip to content

Commit b22fbc3

Browse files
authored
Merge pull request #1341 from k8s-infra-cherrypick-robot/cherry-pick-1339-to-release-1.11
[release-1.11] Fix zone specification in HdT tests
2 parents 9d0572b + 4570de9 commit b22fbc3

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)