diff --git a/src/net/http/clientserver_test.go b/src/net/http/clientserver_test.go index 63e2403d5738a..591c1d12452c7 100644 --- a/src/net/http/clientserver_test.go +++ b/src/net/http/clientserver_test.go @@ -1625,7 +1625,7 @@ func TestEarlyHintsRequest_h2(t *testing.T) { testEarlyHintsRequest(t, h2Mode) } func testEarlyHintsRequest(t *testing.T, h2 bool) { defer afterTest(t) if h2 { - t.Skip("Waiting for H2 support to be merged: https://go-review.googlesource.com/c/net/+/291029") + t.Skip("Waiting for H2 support to be merged: https://go-review.googlesource.com/c/net/+/406494") } var wg sync.WaitGroup