mirror of https://github.com/k3s-io/k3s
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/2542pull/6/head
commit
bf532a30e3
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue