mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #56128 from MrHohn/fix-ingress-before-each
Automatic merge from submit-queue (batch tested with PRs 56128, 56004, 56083, 55833, 56042). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Don't call f.BeforeEach() again in ingress suite **What this PR does / why we need it**: Calling f.BeforeEach() explicitly in ingress suite is causing test panics. See #56089. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes (hopefully) #56089 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
This commit is contained in:
commit
2ba1d9916b
@ -49,7 +49,6 @@ var _ = SIGDescribe("Loadbalancing: L7", func() {
|
|||||||
f := framework.NewDefaultFramework("ingress")
|
f := framework.NewDefaultFramework("ingress")
|
||||||
|
|
||||||
BeforeEach(func() {
|
BeforeEach(func() {
|
||||||
f.BeforeEach()
|
|
||||||
jig = framework.NewIngressTestJig(f.ClientSet)
|
jig = framework.NewIngressTestJig(f.ClientSet)
|
||||||
ns = f.Namespace.Name
|
ns = f.Namespace.Name
|
||||||
cloudConfig = framework.TestContext.CloudConfig
|
cloudConfig = framework.TestContext.CloudConfig
|
||||||
|
Loading…
Reference in New Issue
Block a user