Commit a5757621 authored by Mik Vyatskov's avatar Mik Vyatskov

Mark Stackdriver Logging e2e tests with a feature

parent 223a8e59
...@@ -33,7 +33,7 @@ const ( ...@@ -33,7 +33,7 @@ const (
) )
// TODO(crassirostris): Remove Flaky once test is stable // TODO(crassirostris): Remove Flaky once test is stable
var _ = framework.KubeDescribe("Cluster level logging using GCL [Slow] [Flaky]", func() { var _ = framework.KubeDescribe("Cluster level logging using GCL [Feature:StackdriverLogging]", func() {
f := framework.NewDefaultFramework("gcl-logging-load") f := framework.NewDefaultFramework("gcl-logging-load")
It("should create a constant load with long-living pods and ensure logs delivery", func() { It("should create a constant load with long-living pods and ensure logs delivery", 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