diff options
author | Michael Stapelberg <stapelberg@debian.org> | 2014-09-26 23:20:01 +0200 |
---|---|---|
committer | Michael Stapelberg <stapelberg@debian.org> | 2014-09-26 23:20:01 +0200 |
commit | f4fa1ef6e6ccd9264db61c6400528158e5913bda (patch) | |
tree | 0d9f077025369138011800c470f68abf72833b31 /src/pkg/net | |
parent | 64f344c0c94601934187163f7b353d009dc1b63f (diff) | |
download | golang-upstream/1.3.2.tar.gz |
Imported Upstream version 1.3.2upstream/1.3.2
Diffstat (limited to 'src/pkg/net')
-rw-r--r-- | src/pkg/net/http/httptest/server_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/net/http/httptest/server_test.go b/src/pkg/net/http/httptest/server_test.go index 501cc8a99..4fc4c7020 100644 --- a/src/pkg/net/http/httptest/server_test.go +++ b/src/pkg/net/http/httptest/server_test.go @@ -30,6 +30,7 @@ func TestServer(t *testing.T) { } func TestIssue7264(t *testing.T) { + t.Skip("broken test - removed at tip") for i := 0; i < 1000; i++ { func() { inHandler := make(chan bool, 1) |