From 86c9591ea6df8adf3118002ae2d29f245625e427 Mon Sep 17 00:00:00 2001 From: Mik Vyatskov Date: Fri, 17 Feb 2017 18:06:44 +0100 Subject: [PATCH] Mark cluster logging tests for Stackdriver flaky --- test/e2e/cluster_logging_gcl.go | 3 ++- test/e2e/cluster_logging_gcl_load.go | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test/e2e/cluster_logging_gcl.go b/test/e2e/cluster_logging_gcl.go index a8fb1b71644..afb97207698 100644 --- a/test/e2e/cluster_logging_gcl.go +++ b/test/e2e/cluster_logging_gcl.go @@ -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() { diff --git a/test/e2e/cluster_logging_gcl_load.go b/test/e2e/cluster_logging_gcl_load.go index ccf647613dc..440cf90c807 100644 --- a/test/e2e/cluster_logging_gcl_load.go +++ b/test/e2e/cluster_logging_gcl_load.go @@ -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")