From 9ab07e18149d467dde88ad5051bbe47dbd136613 Mon Sep 17 00:00:00 2001 From: Robert Bost Date: Tue, 4 Jan 2022 15:26:11 -0700 Subject: [PATCH] Skip tests unless multizone --- test/e2e/storage/vsphere/vsphere_zone_support.go | 1 + 1 file changed, 1 insertion(+) 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)