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