Skip to content

Commit dbfd003

Browse files
dmitshurgopherbot
authored andcommitted
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>
1 parent b299e9a commit dbfd003

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/net/http/transport_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -7173,8 +7173,6 @@ func testValidateClientRequestTrailers(t *testing.T, mode testMode) {
71737173
}
71747174

71757175
func TestTransportServerProtocols(t *testing.T) {
7176-
t.Skip("https://go.dev/issue/67816: skip test until h2_bundle.go is updated")
7177-
71787176
CondSkipHTTP2(t)
71797177
DefaultTransport.(*Transport).CloseIdleConnections()
71807178

0 commit comments

Comments
 (0)