mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Mark cluster logging tests for Stackdriver flaky
This commit is contained in:
parent
46cd8ec91b
commit
86c9591ea6
@ -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