mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 11:18:16 +00:00
Comment out calls to httptest.Server.Close() to work around
https://github.com/golang/go/issues/12262 . See #19254 for more details. This change should be reverted when we upgrade to Go 1.6.
This commit is contained in:
@@ -114,6 +114,7 @@ func TestInstallAPIGroups(t *testing.T) {
|
||||
}
|
||||
s.InstallAPIGroups(apiGroupsInfo)
|
||||
|
||||
// TODO: Close() this server when fix #19254
|
||||
server := httptest.NewServer(s.HandlerContainer.ServeMux)
|
||||
validPaths := []string{
|
||||
// "/api"
|
||||
|
||||
Reference in New Issue
Block a user