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
pull/6/head
Kubernetes Submit Queue 2017-04-20 22:03:01 -07:00 committed by GitHub
commit bf532a30e3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ const (
)
// 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")
It("should create a constant load with long-living pods and ensure logs delivery", func() {