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)