aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo@golang.org>2020-09-02 18:19:08 +0200
committerDmitri Shuralyov <dmitshur@golang.org>2020-09-02 17:41:16 +0000
commit532db5deffdb13da0c1c981a2e26e8ad879d8b25 (patch)
tree539efa3ecc41771cc41ff5f5331c4cf8cf463501
parent404635c2eb3ab9ac07a013d9508f88ceb8d533c4 (diff)
downloadgo-532db5deffdb13da0c1c981a2e26e8ad879d8b25.tar.gz
go-532db5deffdb13da0c1c981a2e26e8ad879d8b25.zip
[release-branch.go1.14] net/http/fgci: skip flaky test
A test introduced in the security release is flaky due to a pre-existing issue that does not qualify for backport itself. Updates #41167 Fixes #41192 Change-Id: Ie6014e0796c1baee7b077881b5a799f9947fc9c2 Reviewed-on: https://go-review.googlesource.com/c/go/+/252718 Run-TryBot: Filippo Valsorda <filippo@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r--src/net/http/fcgi/fcgi_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/http/fcgi/fcgi_test.go b/src/net/http/fcgi/fcgi_test.go
index 4a27a12c35..59246c26cc 100644
--- a/src/net/http/fcgi/fcgi_test.go
+++ b/src/net/http/fcgi/fcgi_test.go
@@ -347,6 +347,7 @@ func TestChildServeReadsEnvVars(t *testing.T) {
}
func TestResponseWriterSniffsContentType(t *testing.T) {
+ t.Skip("this test is flaky, see Issue 41167")
var tests = []struct {
name string
body string