mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 01:40:13 +00:00
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:
parent
f86ee5649b
commit
3f0de6b80e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user