]> Cypherpunks repositories - gostls13.git/commitdiff
net/http: re-enable TestTransportServerProtocols
authorDmitri Shuralyov <dmitshur@golang.org>
Fri, 22 Nov 2024 02:24:11 +0000 (21:24 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 22 Nov 2024 03:48:38 +0000 (03:48 +0000)
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>
src/net/http/transport_test.go

index 2ef754967aa5ec7fbffcb446f8b3ca11bfafff15..d742b78cf81b541a03b61e0bb534a8b4098a526e 100644 (file)
@@ -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()