mirror of
https://github.com/golang/go
synced 2024-11-15 00:50:32 -07:00
[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 <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
09b28977f5
commit
33e86004f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user