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:
Kubernetes Submit Queue 2017-02-17 16:03:28 -08:00 committed by GitHub
commit 77a6338170
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")