Skip to content

Commit 6f4d986

Browse files
millerresearchgopherbot
authored andcommitted
net: re-enable TestVariousDeadlines on Plan 9
After CL 470215 it should be safe to run this test on Plan 9. Fixes #26945 Change-Id: I17880b696d2e91e6c4862fac05e6372f44e69b22 Reviewed-on: https://go-review.googlesource.com/c/go/+/472436 Reviewed-by: Bryan Mills <[email protected]> Auto-Submit: Bryan Mills <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]>
1 parent a57e406 commit 6f4d986

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/net/timeout_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -909,10 +909,6 @@ func TestVariousDeadlines4Proc(t *testing.T) {
909909
}
910910

911911
func testVariousDeadlines(t *testing.T) {
912-
if runtime.GOOS == "plan9" {
913-
t.Skip("skipping test on plan9; see golang.org/issue/26945")
914-
}
915-
916912
handler := func(ls *localServer, ln Listener) {
917913
for {
918914
c, err := ln.Accept()

0 commit comments

Comments
 (0)