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")