From 33e86004f1c80fd5114696faec7c08e5c1cbb915 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Wed, 2 Sep 2020 18:19:08 +0200 Subject: [release-branch.go1.15] 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 #41193 Change-Id: Ie6014e0796c1baee7b077881b5a799f9947fc9c2 Reviewed-on: https://go-review.googlesource.com/c/go/+/252717 Run-TryBot: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov TryBot-Result: Gobot Gobot --- src/net/http/fcgi/fcgi_test.go | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-54-g00ecf