mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
Merge pull request #121203 from enj/enj/i/h2_dos_flake
Skip TestUnauthenticatedHTTP2ClientConnectionClose http1 tests
This commit is contained in:
commit
b40f1c00e2
@ -658,9 +658,10 @@ func TestUnauthenticatedHTTP2ClientConnectionClose(t *testing.T) {
|
||||
f(t, http2.NextProtoTLS, tc.expectConnections)
|
||||
})
|
||||
|
||||
t.Run("http/1.1", func(t *testing.T) {
|
||||
f(t, "http/1.1", 1)
|
||||
})
|
||||
// http1 connection reuse occasionally flakes on CI, skipping for now
|
||||
// t.Run("http/1.1", func(t *testing.T) {
|
||||
// f(t, "http/1.1", 1)
|
||||
// })
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user