commit | e82aa266f283a68db6f629b419589f51b35d9fa4 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Wed Jan 13 21:58:27 2016 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Wed Jan 13 22:11:00 2016 +0000 |
tree | 63d27ea41d514022cfe6fac9ec94912a10b65971 | |
parent | 72c2dca8fd7a43f39addb37165c0283313d832ca [diff] |
context/ctxhttp: don't test on plan9 plan9's network deadline & cancelation code is so brittle that it's not even worth testing this package there. It only results in 10 minute deadlocks and slows down the trybots which should be ~30 seconds, not 10 minutes. Change-Id: I097a885ae5887f0ecf357611aa7fae8885e18e05 Reviewed-on: https://go-review.googlesource.com/18578 Reviewed-by: Chris Broadfoot <cbro@golang.org>