Enable SD custom metric autoscaling e2e on GKE

This commit is contained in:
Maciej Pytel 2017-12-04 13:08:07 +01:00
parent 0d22ddc802
commit 724f926f8c

View File

@ -42,7 +42,7 @@ const (
var _ = SIGDescribe("[HPA] Horizontal pod autoscaling (scale resource: Custom Metrics from Stackdriver)", func() {
BeforeEach(func() {
framework.SkipUnlessProviderIs("gce")
framework.SkipUnlessProviderIs("gce", "gke")
})
f := framework.NewDefaultFramework("horizontal-pod-autoscaling")