Skip to content

Commit

Permalink
Fix another instance of golang kubernetes#12262
Browse files Browse the repository at this point in the history
Reliably reproducible on two up-to-date Fedora 23 machines using
go 1.5.3, both one Core i7-4770R and a Core i7-4790.

golang/go#12262
  • Loading branch information
dcbw committed Feb 12, 2016
1 parent 9d776d9 commit 905dfd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/pkg/auth/authenticator/token/oidc/oidc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 905dfd9

Please sign in to comment.