Don't call BeforeEach() again in ingress suite

This commit is contained in:
Zihong Zheng 2017-11-20 20:01:22 -08:00
parent 849d7f8595
commit 11d283ebf4

View File

@ -49,7 +49,6 @@ var _ = SIGDescribe("Loadbalancing: L7", func() {
f := framework.NewDefaultFramework("ingress")
BeforeEach(func() {
f.BeforeEach()
jig = framework.NewIngressTestJig(f.ClientSet)
ns = f.Namespace.Name
cloudConfig = framework.TestContext.CloudConfig