Skip to content

Commit

Permalink
Merge pull request #98951 from wojtek-t/autoscaling_tags
Browse files Browse the repository at this point in the history
Add [sig-autoscaling] tag to remaining cluster autoscaler tests
  • Loading branch information
k8s-ci-robot committed Feb 10, 2021
2 parents 18605d8 + d616cd1 commit 72c3933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/autoscaling/cluster_autoscaler_scalability.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ type scaleUpTestConfig struct {
expectedResult *clusterPredicates
}

var _ = framework.KubeDescribe("Cluster size autoscaler scalability [Slow]", func() {
var _ = SIGDescribe("Cluster size autoscaler scalability [Slow]", func() {
f := framework.NewDefaultFramework("autoscaling")
var c clientset.Interface
var nodeCount int
Expand Down

0 comments on commit 72c3933

Please sign in to comment.