From: Filippo Valsorda Date: Wed, 2 Sep 2020 16:19:08 +0000 (+0200) Subject: [release-branch.go1.14] net/http/fgci: skip flaky test X-Git-Tag: go1.14.9~4 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=532db5deffdb13da0c1c981a2e26e8ad879d8b25;p=gostls13.git [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 Reviewed-by: Dmitri Shuralyov --- 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