mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 18:52:38 +00:00
Update ReplicationController resource lifecycle test to be marked as flaky
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user