]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.15] net/http/fgci: skip flaky test
authorFilippo Valsorda <filippo@golang.org>
Wed, 2 Sep 2020 16:19:08 +0000 (18:19 +0200)
committerDmitri Shuralyov <dmitshur@golang.org>
Wed, 2 Sep 2020 17:40:55 +0000 (17:40 +0000)
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 <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/net/http/fcgi/fcgi_test.go

index 4a27a12c35a99e0cdb03d974161dd54deb65c0e7..59246c26cc87182ae8f92d08d22b4f8ca4292cfb 100644 (file)
@@ -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