mirror of https://github.com/golang/go.git
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:
parent
c4e6ab9750
commit
ff2cb4abb4
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue