Remove skip Multi-AZ test based on provider

The test only cares if there are multiple zones and that is independent of the provider
This commit is contained in:
Aldo Culquicondor 2022-01-11 10:38:41 -05:00 committed by GitHub
parent f86ee5649b
commit 3f0de6b80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,6 @@ var _ = SIGDescribe("Multi-AZ Clusters", func() {
var err error
var cleanUp func()
ginkgo.BeforeEach(func() {
e2eskipper.SkipUnlessProviderIs("gce", "gke", "aws")
if zoneCount <= 0 {
zoneCount, err = getZoneCount(f.ClientSet)
framework.ExpectNoError(err)