From 19218e84637c29b6cd9f2739e8871bd26eff2289 Mon Sep 17 00:00:00 2001 From: Piotr Szczesniak Date: Wed, 2 Aug 2017 15:20:08 +0200 Subject: [PATCH] Enabled SD monitoring e2e tests on GCE --- test/e2e/instrumentation/monitoring/stackdriver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/instrumentation/monitoring/stackdriver.go b/test/e2e/instrumentation/monitoring/stackdriver.go index 3b9905e8b17..38c7605e920 100644 --- a/test/e2e/instrumentation/monitoring/stackdriver.go +++ b/test/e2e/instrumentation/monitoring/stackdriver.go @@ -60,7 +60,7 @@ var ( var _ = instrumentation.SIGDescribe("Stackdriver Monitoring", func() { BeforeEach(func() { - framework.SkipUnlessProviderIs("gke") + framework.SkipUnlessProviderIs("gce", "gke") }) f := framework.NewDefaultFramework("stackdriver-monitoring")