mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
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:
commit
7ad2eb04af
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user