Skip to content

Commit

Permalink
Merge pull request kubernetes#41649 from Crassirostris/disable-flaky-…
Browse files Browse the repository at this point in the history
…cluster-logging-test

Automatic merge from submit-queue

Mark cluster logging tests for Stackdriver flaky

Disable Stackdriver cluster logging tests until kubernetes#41647 is resolved
  • Loading branch information
Kubernetes Submit Queue authored Feb 18, 2017
2 parents 56afb95 + 86c9591 commit 77a6338
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/cluster_logging_gcl.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
1 change: 1 addition & 0 deletions test/e2e/cluster_logging_gcl_load.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 77a6338

Please sign in to comment.