Merge pull request #39867 from Crassirostris/gcl-logging-on-gke

Automatic merge from submit-queue

Include gcl logging test in gke suite
This commit is contained in:
Kubernetes Submit Queue 2017-01-14 16:22:14 -08:00 committed by GitHub
commit 2652252223

View File

@ -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() {