Merge pull request #90354 from ii/mark-replicationcontroller-resource-lifecycle-test-as-flaky

Mark ReplicationController resource lifecycle test as flaky
This commit is contained in:
Kubernetes Prow Robot 2020-04-22 19:22:43 -07:00 committed by GitHub
commit 7ad2eb04af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)