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

Merge pull request #44738 from crassirostris/stackdriver-logging-tests-feature

Automatic merge from submit-queue Mark Stackdriver Logging e2e tests with a feature Makes Stackdriver Logging e2e tests, except for the most basic one, run in the separate tests suites, prepared by https://github.com/kubernetes/test-infra/pull/2542
parents 3153cd68 a5757621
...@@ -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