src/net/http/fcgi/fcgi_test.go | 1 + diff --git a/src/net/http/fcgi/fcgi_test.go b/src/net/http/fcgi/fcgi_test.go index 4a27a12c35a99e0cdb03d974161dd54deb65c0e7..59246c26cc87182ae8f92d08d22b4f8ca4292cfb 100644 --- a/src/net/http/fcgi/fcgi_test.go +++ b/src/net/http/fcgi/fcgi_test.go @@ -347,6 +347,7 @@ } } func TestResponseWriterSniffsContentType(t *testing.T) { + t.Skip("this test is flaky, see Issue 41167") var tests = []struct { name string body string