Update ReplicationController resource lifecycle test to be marked as flaky

This commit is contained in:
Caleb Woodbine 2020-04-22 15:07:10 +12:00
parent b35fdbc037
commit 39e5122153

View File

@ -97,7 +97,7 @@ var _ = SIGDescribe("ReplicationController", func() {
testRCReleaseControlledNotMatching(f) 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" testRcName := "rc-test"
testRcNamespace := ns testRcNamespace := ns
testRcInitialReplicaCount := int32(1) testRcInitialReplicaCount := int32(1)