From 00aea09b0fb202bc6848fc28d15bb9d92f057447 Mon Sep 17 00:00:00 2001 From: Mik Vyatskov Date: Fri, 13 Jan 2017 15:36:32 +0100 Subject: [PATCH] Include gcl logging test in gke suite --- test/e2e/cluster_logging_gcl.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/e2e/cluster_logging_gcl.go b/test/e2e/cluster_logging_gcl.go index 19145835ccb..fd1c6ccf67b 100644 --- a/test/e2e/cluster_logging_gcl.go +++ b/test/e2e/cluster_logging_gcl.go @@ -35,8 +35,7 @@ var _ = framework.KubeDescribe("Cluster level logging using GCL", func() { f := framework.NewDefaultFramework("gcl-logging") BeforeEach(func() { - // TODO (crassirostris): Expand to GKE once the test is stable - framework.SkipUnlessProviderIs("gce") + framework.SkipUnlessProviderIs("gce", "gke") }) It("should check that logs from containers are ingested in GCL", func() {