Skip to content

Commit

Permalink
net/http: enable TestTransportRemovesDeadIdleConnections on Plan 9
Browse files Browse the repository at this point in the history
This issue has been fixed in CL 31390.

Fixes #15464.

Change-Id: I35e088f37bf3b544100ff131c72690bcfd788e5b
Reviewed-on: https://go-review.googlesource.com/31393
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
  • Loading branch information
0intro authored and bradfitz committed Oct 18, 2016
1 parent 8a255cb commit c1ab165
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/net/http/transport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,6 @@ func TestTransportMaxPerHostIdleConns(t *testing.T) {
}

func TestTransportRemovesDeadIdleConnections(t *testing.T) {
if runtime.GOOS == "plan9" {
t.Skip("skipping test; see https://golang.org/issue/15464")
}
defer afterTest(t)
ts := httptest.NewServer(HandlerFunc(func(w ResponseWriter, r *Request) {
io.WriteString(w, r.RemoteAddr)
Expand Down

0 comments on commit c1ab165

Please sign in to comment.