Skip to content

Commit ff2cb4a

Browse files
neildgopherbot
authored andcommitted
net/http: skip test which depends on h2_bundle.go update
For #67816 Change-Id: I9ba3a245d6b18758944ca5e206a15892b2aa6028 Reviewed-on: https://go-review.googlesource.com/c/go/+/630976 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Damien Neil <dneil@google.com>
1 parent c4e6ab9 commit ff2cb4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/net/http/transport_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -7173,6 +7173,8 @@ 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+
71767178
CondSkipHTTP2(t)
71777179
DefaultTransport.(*Transport).CloseIdleConnections()
71787180

0 commit comments

Comments
 (0)