1
0
mirror of https://github.com/golang/go synced 2024-09-29 14:14:29 -06:00

net: disable TestAcceptTimeout for now

It's too flaky and doing more harm than good.

Disable it until it can be made reliable.

Updates #17948
Updates #17927

Change-Id: Iaab7f09a4060da377fcd3ca2262527fef50c558d
Reviewed-on: https://go-review.googlesource.com/33330
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Brad Fitzpatrick 2016-11-16 20:35:02 +00:00
parent 49b77a8797
commit 8dc47e3b3a

View File

@ -151,6 +151,7 @@ var acceptTimeoutTests = []struct {
}
func TestAcceptTimeout(t *testing.T) {
t.Skip("flaky test; golang.org/issue/17948")
t.Parallel()
switch runtime.GOOS {