Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3bfff1

Browse files
committed
[release-branch.go1.3] net/http/httptest: disable TestIssue7264
This fails on my OS X machine, just like it did in default branch. In the default branch we removed the test. It's just buggy. LGTM=bradfitz R=bradfitz CC=golang-codereviews https://golang.org/cl/144610043
1 parent 881f0d1 commit a3bfff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pkg/net/http/httptest/server_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ func TestServer(t *testing.T) {
3030
}
3131

3232
func TestIssue7264(t *testing.T) {
33+
t.Skip("broken test - removed at tip")
3334
for i := 0; i < 1000; i++ {
3435
func() {
3536
inHandler := make(chan bool, 1)

0 commit comments

Comments
 (0)