]> Cypherpunks repositories - gostls13.git/commitdiff
net/http: skip test which depends on h2_bundle.go update
authorDamien Neil <dneil@google.com>
Fri, 22 Nov 2024 00:44:21 +0000 (16:44 -0800)
committerGopher Robot <gobot@golang.org>
Fri, 22 Nov 2024 01:09:09 +0000 (01:09 +0000)
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>

src/net/http/transport_test.go

index d742b78cf81b541a03b61e0bb534a8b4098a526e..2ef754967aa5ec7fbffcb446f8b3ca11bfafff15 100644 (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()