mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Don't call BeforeEach() again in ingress suite
This commit is contained in:
parent
849d7f8595
commit
11d283ebf4
@ -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