aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/transport_test.go
diff options
context:
space:
mode:
authorDaniel Martí <mvdan@mvdan.cc>2018-06-29 21:51:10 +0100
committerDaniel Martí <mvdan@mvdan.cc>2018-08-20 13:10:24 +0000
commit9e4d87d1158a5847dbb94c0fd3f6ab451460d148 (patch)
tree77afe29be7b3c5143b81357fc6a1b961b23af8a3 /src/net/http/transport_test.go
parent0566ab33834f0bd851ff11ad509d33849c7f2b7c (diff)
downloadgo-9e4d87d1158a5847dbb94c0fd3f6ab451460d148.tar.gz
go-9e4d87d1158a5847dbb94c0fd3f6ab451460d148.zip
all: update stale test skips
Issues #10043, #15405, and #22660 appear to have been fixed, and whatever tests I could run locally do succeed, so remove the skips. Issue #7237 was closed in favor of #17906, so update its skip line. Issue #7634 was closed as it had not appeared for over three years. Re-enable it for now. An issue should be open if the test starts being skipped again. Change-Id: I67daade906744ed49223291035baddaad9f56dca Reviewed-on: https://go-review.googlesource.com/121735 Run-TryBot: Daniel Martí <mvdan@mvdan.cc> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/net/http/transport_test.go')
-rw-r--r--src/net/http/transport_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/http/transport_test.go b/src/net/http/transport_test.go
index aa8beb9357..73e6e30331 100644
--- a/src/net/http/transport_test.go
+++ b/src/net/http/transport_test.go
@@ -21,7 +21,6 @@ import (
"errors"
"fmt"
"internal/nettrace"
- "internal/testenv"
"io"
"io/ioutil"
"log"
@@ -2726,7 +2725,6 @@ func TestTransportTLSHandshakeTimeout(t *testing.T) {
// Trying to repro golang.org/issue/3514
func TestTLSServerClosesConnection(t *testing.T) {
defer afterTest(t)
- testenv.SkipFlaky(t, 7634)
closedc := make(chan bool, 1)
ts := httptest.NewTLSServer(HandlerFunc(func(w ResponseWriter, r *Request) {