Commit a2ce07e5 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #20752 from dcbw/oidc-test-flake

Auto commit by PR queue bot
parents 54b13b4c 905dfd9b
...@@ -309,7 +309,8 @@ func TestOIDCAuthentication(t *testing.T) { ...@@ -309,7 +309,8 @@ func TestOIDCAuthentication(t *testing.T) {
t.Fatalf("Cannot load cert/key pair: %v", err) t.Fatalf("Cannot load cert/key pair: %v", err)
} }
srv.StartTLS() srv.StartTLS()
defer srv.Close() // TODO: Uncomment when fix #19254
// defer srv.Close()
op.pcfg = oidc.ProviderConfig{ op.pcfg = oidc.ProviderConfig{
Issuer: srv.URL, Issuer: srv.URL,
......
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