3ac474aee6
https://github.com/golang/go/issues/19608 https://hydra.nixos.org/build/64329767/nixlog/1 https://hydra.nixos.org/build/64244716/nixlog/1 Remove the patch for https://github.com/golang/go/issues/21559 because it is skipped as flaky since Go 1.9.2.
13 lines
528 B
Diff
13 lines
528 B
Diff
diff --git a/src/net/http/serve_test.go b/src/net/http/serve_test.go
|
|
index 7137599..43cca2e 100644
|
|
--- a/src/net/http/serve_test.go
|
|
+++ b/src/net/http/serve_test.go
|
|
@@ -5361,6 +5361,7 @@ func testServerKeepAlivesEnabled(t *testing.T, h2 bool) {
|
|
// the server's doing its 1-byte background read between requests,
|
|
// waiting for the connection to maybe close.
|
|
func TestServerCancelsReadTimeoutWhenIdle(t *testing.T) {
|
|
+ testenv.SkipFlaky(t, 19608)
|
|
setParallel(t)
|
|
defer afterTest(t)
|
|
const timeout = 250 * time.Millisecond
|