1
0
mirror of https://github.com/golang/go synced 2024-11-17 05:35:00 -07:00

update gerrit URL

This commit is contained in:
Kévin Dunglas 2022-05-14 13:00:33 +02:00
parent 3e76d05edc
commit 8d84678f59
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6

View File

@ -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