diff --git a/test/e2e/apps/rc.go b/test/e2e/apps/rc.go index e34f0c38231..f9c5ae30674 100644 --- a/test/e2e/apps/rc.go +++ b/test/e2e/apps/rc.go @@ -99,7 +99,12 @@ var _ = SIGDescribe("ReplicationController", func() { testRCReleaseControlledNotMatching(f) }) - ginkgo.It("[Flaky] should test the lifecycle of a ReplicationController", func() { + /* + Release: v1.20 + Testname: Replication Controller, lifecycle + Description: A Replication Controller (RC) is created, read, patched, and deleted with verification. + */ + framework.ConformanceIt("should test the lifecycle of a ReplicationController", func() { testRcName := "rc-test" testRcNamespace := ns testRcInitialReplicaCount := int32(1)