mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
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.
This commit is contained in:
commit
cec153c915
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user