Merge pull request #107472 from alculquicondor/patch-3

Remove skip Multi-AZ test based on provider
This commit is contained in:
Kubernetes Prow Robot 2022-01-11 10:49:09 -08:00 committed by GitHub
commit 9cb26b7a07
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)