From: Dmitri Shuralyov Date: Fri, 22 Nov 2024 02:24:11 +0000 (-0500) Subject: net/http: re-enable TestTransportServerProtocols X-Git-Tag: go1.24rc1~94 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=dbfd0036f7c25eef6c194bd37936398ce58f910d;p=gostls13.git 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 Auto-Submit: Dmitri Shuralyov Reviewed-by: Damien Neil LUCI-TryBot-Result: Go LUCI Reviewed-by: Dmitri Shuralyov --- 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()