mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +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)
|
||||
})
|
||||
|
||||
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