Commit 00aea09b authored by Mik Vyatskov's avatar Mik Vyatskov

Include gcl logging test in gke suite

parent 3fa44312
...@@ -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