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>
This commit is contained in:
Damien Neil 2024-11-21 16:44:21 -08:00 committed by Gopher Robot
parent c4e6ab9750
commit ff2cb4abb4
1 changed files with 2 additions and 0 deletions

View File

@ -7173,6 +7173,8 @@ 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()