Mark cluster logging tests for Stackdriver flaky

This commit is contained in:
Mik Vyatskov 2017-02-17 18:06:44 +01:00
parent 46cd8ec91b
commit 86c9591ea6
2 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,8 @@ import (
. "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")
BeforeEach(func() {

View File

@ -31,6 +31,7 @@ const (
loadTestMaxAllowedLostFraction = 0.1
)
// TODO(crassirostris): Remove Flaky once test is stable
var _ = framework.KubeDescribe("Cluster level logging using GCL [Slow] [Flaky]", func() {
f := framework.NewDefaultFramework("gcl-logging-load")