File tree 2 files changed +0
-15
lines changed 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -461,9 +461,6 @@ func TestMuxRedirectLeadingSlashes(t *testing.T) {
461
461
}
462
462
463
463
func TestServerTimeouts (t * testing.T ) {
464
- if runtime .GOOS == "plan9" {
465
- t .Skip ("skipping test; see https://golang.org/issue/7237" )
466
- }
467
464
setParallel (t )
468
465
defer afterTest (t )
469
466
reqNum := 0
@@ -542,9 +539,6 @@ func TestServerTimeouts(t *testing.T) {
542
539
// request) that will never happen.
543
540
func TestOnlyWriteTimeout (t * testing.T ) {
544
541
setParallel (t )
545
- if runtime .GOOS == "plan9" {
546
- t .Skip ("skipping test; see https://golang.org/issue/7237" )
547
- }
548
542
defer afterTest (t )
549
543
var conn net.Conn
550
544
var afterTimeoutErrc = make (chan error , 1 )
@@ -1035,9 +1029,6 @@ func testHeadResponses(t *testing.T, h2 bool) {
1035
1029
}
1036
1030
1037
1031
func TestTLSHandshakeTimeout (t * testing.T ) {
1038
- if runtime .GOOS == "plan9" {
1039
- t .Skip ("skipping test; see https://golang.org/issue/7237" )
1040
- }
1041
1032
setParallel (t )
1042
1033
defer afterTest (t )
1043
1034
ts := httptest .NewUnstartedServer (HandlerFunc (func (w ResponseWriter , r * Request ) {}))
Original file line number Diff line number Diff line change @@ -1352,9 +1352,6 @@ func TestTransportConcurrency(t *testing.T) {
1352
1352
1353
1353
func TestIssue4191_InfiniteGetTimeout (t * testing.T ) {
1354
1354
setParallel (t )
1355
- if runtime .GOOS == "plan9" {
1356
- t .Skip ("skipping test; see https://golang.org/issue/7237" )
1357
- }
1358
1355
defer afterTest (t )
1359
1356
const debug = false
1360
1357
mux := NewServeMux ()
@@ -1417,9 +1414,6 @@ func TestIssue4191_InfiniteGetTimeout(t *testing.T) {
1417
1414
1418
1415
func TestIssue4191_InfiniteGetToPutTimeout (t * testing.T ) {
1419
1416
setParallel (t )
1420
- if runtime .GOOS == "plan9" {
1421
- t .Skip ("skipping test; see https://golang.org/issue/7237" )
1422
- }
1423
1417
defer afterTest (t )
1424
1418
const debug = false
1425
1419
mux := NewServeMux ()
You can’t perform that action at this time.
0 commit comments