Commit 7a0bf943 authored by Benny Siegert's avatar Benny Siegert Committed by Tobias Klauser

net/http: address comments from previous review

Move the test skip to use testenv.SkipFlaky and link to the Go issue.

Update #24826

Change-Id: I7a0ea3325ffcaa790b25f8cdc429fb52e96a41c7
Reviewed-on: https://go-review.googlesource.com/106636Reviewed-by: default avatarTobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
parent 2d26a65f
...@@ -5630,8 +5630,7 @@ func runTimeSensitiveTest(t *testing.T, durations []time.Duration, test func(t * ...@@ -5630,8 +5630,7 @@ func runTimeSensitiveTest(t *testing.T, durations []time.Duration, test func(t *
// read if it's already done one. // read if it's already done one.
func TestServerDuplicateBackgroundRead(t *testing.T) { func TestServerDuplicateBackgroundRead(t *testing.T) {
if runtime.GOOS == "netbsd" && runtime.GOARCH == "arm" { if runtime.GOOS == "netbsd" && runtime.GOARCH == "arm" {
// http://gnats.netbsd.org/53173 testenv.SkipFlaky(t, 24826)
t.Skip("skipping to avoid crash")
} }
setParallel(t) setParallel(t)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment