Skip to content

Commit

Permalink
Merge pull request kubernetes#24595 from zhouhaibing089/httpserverclose
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Uncomment the code that caused by kubernetes#19254

Fix kubernetes#24546.

@lavalamp
  • Loading branch information
k8s-merge-robot committed Apr 28, 2016
2 parents 04b70bc + bf1a3f9 commit d0b887e
Show file tree
Hide file tree
Showing 53 changed files with 218 additions and 436 deletions.
3 changes: 1 addition & 2 deletions contrib/mesos/pkg/scheduler/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,7 @@ func (lt lifecycleTest) Start() <-chan LaunchedTask {
}

func (lt lifecycleTest) Close() {
// TODO: Uncomment when fix #19254
// lt.apiServer.server.Close()
lt.apiServer.server.Close()
}

func (lt lifecycleTest) End() <-chan struct{} {
Expand Down
Loading

0 comments on commit d0b887e

Please sign in to comment.