Skip to content

Commit e82aa26

Browse files
committed
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 <[email protected]>
1 parent 72c2dca commit e82aa26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

context/ctxhttp/ctxhttp_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
// +build !plan9
6+
57
package ctxhttp
68

79
import (

0 commit comments

Comments
 (0)