Skip to content

Commit 97b68e6

Browse files
authored
Merge pull request #1339 from sunnylovestiramisu/fix-test
Fix zone specification in HdT tests
2 parents 9d0a732 + 9d08276 commit 97b68e6

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)