mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #20752 from dcbw/oidc-test-flake
Auto commit by PR queue bot
This commit is contained in:
commit
a2ce07e554
@ -309,7 +309,8 @@ func TestOIDCAuthentication(t *testing.T) {
|
||||
t.Fatalf("Cannot load cert/key pair: %v", err)
|
||||
}
|
||||
srv.StartTLS()
|
||||
defer srv.Close()
|
||||
// TODO: Uncomment when fix #19254
|
||||
// defer srv.Close()
|
||||
|
||||
op.pcfg = oidc.ProviderConfig{
|
||||
Issuer: srv.URL,
|
||||
|
Loading…
Reference in New Issue
Block a user