diff options
| author | Dmitri Shuralyov <dmitshur@golang.org> | 2024-11-21 21:24:11 -0500 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-11-22 03:48:38 +0000 |
| commit | dbfd0036f7c25eef6c194bd37936398ce58f910d (patch) | |
| tree | b484182d45e7f7f8d2c982556e8e0f93dc9239bf /src/net/http | |
| parent | b299e9a44f298e72815ca0513bcc6ccca075f3fc (diff) | |
| download | go-dbfd0036f7c25eef6c194bd37936398ce58f910d.tar.xz | |
net/http: re-enable TestTransportServerProtocols
The h2_bundle.go update was done in CL 631035,
and the test now passes.
Fixes #67816.
Change-Id: Icd54c2774a9e2781e7dc9342ae70c3034eb9bab9
Reviewed-on: https://go-review.googlesource.com/c/go/+/631037
Auto-Submit: Damien Neil <dneil@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Diffstat (limited to 'src/net/http')
| -rw-r--r-- | src/net/http/transport_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/http/transport_test.go b/src/net/http/transport_test.go index 2ef754967a..d742b78cf8 100644 --- a/src/net/http/transport_test.go +++ b/src/net/http/transport_test.go @@ -7173,8 +7173,6 @@ func testValidateClientRequestTrailers(t *testing.T, mode testMode) { } func TestTransportServerProtocols(t *testing.T) { - t.Skip("https://go.dev/issue/67816: skip test until h2_bundle.go is updated") - CondSkipHTTP2(t) DefaultTransport.(*Transport).CloseIdleConnections() |
