From c383dc7b1fb73bfdc40c3e7aac1b895735e41051 Mon Sep 17 00:00:00 2001 From: Hippie Hacker Date: Tue, 20 Oct 2020 11:56:03 +1300 Subject: [PATCH] Promote Replication Controller Lifecycle Co-Authored-By: Riaan Kleinhans --- test/e2e/apps/rc.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)