From 1c03b5ed1385ae3e4e8c4752a494442ead4cfdc9 Mon Sep 17 00:00:00 2001 From: Mik Vyatskov Date: Thu, 13 Oct 2016 23:03:16 +0200 Subject: [PATCH] Marked GCL logging test as Flaky --- test/e2e/cluster_logging_gcl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/cluster_logging_gcl.go b/test/e2e/cluster_logging_gcl.go index 7697fdb1479..0cf5fe0143c 100644 --- a/test/e2e/cluster_logging_gcl.go +++ b/test/e2e/cluster_logging_gcl.go @@ -31,7 +31,7 @@ import ( . "github.com/onsi/gomega" ) -var _ = framework.KubeDescribe("Cluster level logging using GCL", func() { +var _ = framework.KubeDescribe("Cluster level logging using GCL [Flaky]", func() { f := framework.NewDefaultFramework("gcl-logging") BeforeEach(func() {