From 724f926f8c67d9ef358baa1704b8dcffa17eacba Mon Sep 17 00:00:00 2001 From: Maciej Pytel Date: Mon, 4 Dec 2017 13:08:07 +0100 Subject: [PATCH] Enable SD custom metric autoscaling e2e on GKE --- test/e2e/autoscaling/custom_metrics_autoscaling.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/autoscaling/custom_metrics_autoscaling.go b/test/e2e/autoscaling/custom_metrics_autoscaling.go index 24c5a09e584..9b9a55889d9 100644 --- a/test/e2e/autoscaling/custom_metrics_autoscaling.go +++ b/test/e2e/autoscaling/custom_metrics_autoscaling.go @@ -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")