]> Cypherpunks repositories - gostls13.git/commit
net/http: disable recently-introduced flaky test on Windows
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 25 Mar 2014 22:19:58 +0000 (15:19 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 25 Mar 2014 22:19:58 +0000 (15:19 -0700)
commitaa2d4dee60131b4c05d90efbb9a2bc414aea8240
tree1fa144f188b25c04be869a0c3a7a4e570fafa24f
parentfff63c2448109cb5a889f99dc2ab330f31d53213
net/http: disable recently-introduced flaky test on Windows

Disable it until it's debugged so it doesn't hide other real
problems on Windows. The test was known to be unreliable
anyway (which is why it only needed 1 of 20 runs to pass), but
apparently it never passes on Windows. Figure out why later.

Update #7634

LGTM=alex.brainman
R=adg, alex.brainman
CC=golang-codereviews
https://golang.org/cl/80110043
src/pkg/net/http/transport_test.go