Unverified Commit 5dc1b7c1 authored by Rohit Ramkumar's avatar Rohit Ramkumar Committed by GitHub

Update ingress.go

parent f91667e3
......@@ -180,7 +180,7 @@ func (t *IngressUpgradeTest) verify(f *framework.Framework, done <-chan struct{}
// Ignore compute.SslCertificates since we know it will change during an upgrade/downgrade.
// TODO(rramkumar): Remove this once glbc 1.1 is released.
t.resourceStore.SslList = nil
postUpgradeResourceStore.Fw.SslList = nil
postUpgradeResourceStore.SslList = nil
framework.ExpectNoError(compareGCPResourceStores(t.resourceStore, postUpgradeResourceStore, func(v1 reflect.Value, v2 reflect.Value) error {
i1 := v1.Interface()
......
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