Merge pull request #107338 from bostrt/e2e-check-multi-zone

Skip tests unless multizone
This commit is contained in:
Kubernetes Prow Robot
2022-01-06 18:50:28 -08:00
committed by GitHub

View File

@@ -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)