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
commit 1007fb9e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)