Commit 26522522 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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

Automatic merge from submit-queue Include gcl logging test in gke suite
parents f21a0f03 00aea09b
...@@ -35,8 +35,7 @@ var _ = framework.KubeDescribe("Cluster level logging using GCL", func() { ...@@ -35,8 +35,7 @@ var _ = framework.KubeDescribe("Cluster level logging using GCL", func() {
f := framework.NewDefaultFramework("gcl-logging") f := framework.NewDefaultFramework("gcl-logging")
BeforeEach(func() { BeforeEach(func() {
// TODO (crassirostris): Expand to GKE once the test is stable framework.SkipUnlessProviderIs("gce", "gke")
framework.SkipUnlessProviderIs("gce")
}) })
It("should check that logs from containers are ingested in GCL", func() { It("should check that logs from containers are ingested in GCL", func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment