diff --git a/test/e2e/storage/vsphere/vsphere_zone_support.go b/test/e2e/storage/vsphere/vsphere_zone_support.go index badf227f0ad..12b6640d5ee 100644 --- a/test/e2e/storage/vsphere/vsphere_zone_support.go +++ b/test/e2e/storage/vsphere/vsphere_zone_support.go @@ -107,6 +107,7 @@ var _ = utils.SIGDescribe("Zone Support [Feature:vsphere]", func() { e2eskipper.SkipUnlessProviderIs("vsphere") Bootstrap(f) client = f.ClientSet + e2eskipper.SkipUnlessMultizone(client) namespace = f.Namespace.Name vsanDatastore1 = GetAndExpectStringEnvVar(VCPZoneVsanDatastore1) vsanDatastore2 = GetAndExpectStringEnvVar(VCPZoneVsanDatastore2)