mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Skip TestGOAWAYConcurrency
This commit is contained in:
parent
1f235c858c
commit
dbdd8c5a0c
@ -439,6 +439,8 @@ func TestGOAWAYHTTP1Requests(t *testing.T) {
|
||||
// TestGOAWAYConcurrency tests GOAWAY frame will not affect concurrency requests in a single http client instance.
|
||||
// Known issues in history: https://github.com/kubernetes/kubernetes/issues/91131.
|
||||
func TestGOAWAYConcurrency(t *testing.T) {
|
||||
t.Skip("disabled because of https://github.com/kubernetes/kubernetes/issues/94532")
|
||||
|
||||
s, err := newTestGOAWAYServer()
|
||||
if err != nil {
|
||||
t.Fatalf("failed to set-up test GOAWAY http server, err: %v", err)
|
||||
|
Loading…
Reference in New Issue
Block a user