Commit cec153c9 authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #27488 from bprashanth/ing_e2e_fix

Automatic merge from submit-queue Call NewFramework constructor instead of hand creating framework. https://github.com/kubernetes/kubernetes/issues/27486, probably because we defined a new clientConfigGetter for node e2es and this test was hand creating the framework.
parents 947f6084 a2387b10
...@@ -393,7 +393,7 @@ var _ = framework.KubeDescribe("GCE L7 LoadBalancer Controller [Feature:Ingress] ...@@ -393,7 +393,7 @@ var _ = framework.KubeDescribe("GCE L7 LoadBalancer Controller [Feature:Ingress]
var responseTimes, creationTimes []time.Duration var responseTimes, creationTimes []time.Duration
var ingController *IngressController var ingController *IngressController
f := framework.Framework{BaseName: "glbc"} f := framework.NewDefaultFramework("glbc")
BeforeEach(func() { BeforeEach(func() {
// This test requires a GCE/GKE only cluster-addon // This test requires a GCE/GKE only cluster-addon
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment