]> Cypherpunks repositories - gostls13.git/commit
net/http: remove TestTimeoutHandlerAndFlusher due to flakes
authorEmmanuel T Odeke <emmanuel@orijtech.com>
Fri, 27 Sep 2019 15:21:27 +0000 (08:21 -0700)
committerEmmanuel Odeke <emm.odeke@gmail.com>
Fri, 27 Sep 2019 15:38:16 +0000 (15:38 +0000)
commit55738850c43bd1ae46326f7419dbd8f49808c776
tree4d03488b75f926a90102a26b242adf7e9582471c
parent70a1efbb5c2f6b7dd355cfd905ffdd13f35ac756
net/http: remove TestTimeoutHandlerAndFlusher due to flakes

Removes TestTimeoutHandlerAndFlusher due to flakes on
one of the builders due to timing issues.

Perhaps later, we might need to bring it back when we've
figured out the timing issues.

Fixes #34573.

Change-Id: Ia88d4da31fb228296144dc31f9a4288167fb4a53
Reviewed-on: https://go-review.googlesource.com/c/go/+/197757
Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/serve_test.go