diff options
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) | 
