mirror of
https://github.com/golang/go
synced 2024-11-17 09:54:46 -07: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:
parent
49b77a8797
commit
8dc47e3b3a
@ -151,6 +151,7 @@ var acceptTimeoutTests = []struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestAcceptTimeout(t *testing.T) {
|
func TestAcceptTimeout(t *testing.T) {
|
||||||
|
t.Skip("flaky test; golang.org/issue/17948")
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
|
||||||
switch runtime.GOOS {
|
switch runtime.GOOS {
|
||||||
|
Loading…
Reference in New Issue
Block a user