It("Should be able to scale a node group down to 0[Feature:ClusterSizeAutoscalingScaleDown]",func(){
ifframework.ProviderIs("gke"){// In GKE, we can just add a node pool
gkeScaleToZero()
}elseiflen(originalSizes)<2{
gceScaleToZero()
}else{
framework.Skipf("At least 2 node groups are needed for scale-to-0 tests")
}
})
It("Shouldn't perform scale up operation and should list unhealthy status if most of the cluster is broken[Feature:ClusterSizeAutoscalingScaleUp]",func(){