From 39e512215343d0ed7a577b3b2ad959f1b8a7962b Mon Sep 17 00:00:00 2001 From: Caleb Woodbine Date: Wed, 22 Apr 2020 15:07:10 +1200 Subject: [PATCH] Update ReplicationController resource lifecycle test to be marked as flaky --- test/e2e/apps/rc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/apps/rc.go b/test/e2e/apps/rc.go index e8cbd0150bd..f9a7c7e2d1a 100644 --- a/test/e2e/apps/rc.go +++ b/test/e2e/apps/rc.go @@ -97,7 +97,7 @@ var _ = SIGDescribe("ReplicationController", func() { testRCReleaseControlledNotMatching(f) }) - ginkgo.It("should test the lifecycle of a ReplicationController", func() { + ginkgo.It("[Flaky] should test the lifecycle of a ReplicationController", func() { testRcName := "rc-test" testRcNamespace := ns testRcInitialReplicaCount := int32(1)