diff --git a/plugin/pkg/auth/authenticator/token/oidc/oidc_test.go b/plugin/pkg/auth/authenticator/token/oidc/oidc_test.go index 348ae19b9e0..76d7c114702 100644 --- a/plugin/pkg/auth/authenticator/token/oidc/oidc_test.go +++ b/plugin/pkg/auth/authenticator/token/oidc/oidc_test.go @@ -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,