mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-20 01:01:22 +00:00
Merge pull request #41649 from Crassirostris/disable-flaky-cluster-logging-test
Automatic merge from submit-queue Mark cluster logging tests for Stackdriver flaky Disable Stackdriver cluster logging tests until https://github.com/kubernetes/kubernetes/issues/41647 is resolved
This commit is contained in:
commit
77a6338170
@ -26,7 +26,8 @@ import (
|
|||||||
. "github.com/onsi/ginkgo"
|
. "github.com/onsi/ginkgo"
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = framework.KubeDescribe("Cluster level logging using GCL", func() {
|
// TODO(crassirostris): Remove Flaky once test is stable
|
||||||
|
var _ = framework.KubeDescribe("Cluster level logging using GCL [Flaky]", func() {
|
||||||
f := framework.NewDefaultFramework("gcl-logging")
|
f := framework.NewDefaultFramework("gcl-logging")
|
||||||
|
|
||||||
BeforeEach(func() {
|
BeforeEach(func() {
|
||||||
|
@ -31,6 +31,7 @@ const (
|
|||||||
loadTestMaxAllowedLostFraction = 0.1
|
loadTestMaxAllowedLostFraction = 0.1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// 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 [Slow] [Flaky]", func() {
|
||||||
f := framework.NewDefaultFramework("gcl-logging-load")
|
f := framework.NewDefaultFramework("gcl-logging-load")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user