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

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-02-13 13:51:51 -08:00
commit a2ce07e554

View File

@ -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,