Skip to content

Commit dbdd8c5

Browse files
committed
Skip TestGOAWAYConcurrency
1 parent 1f235c8 commit dbdd8c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

staging/src/k8s.io/apiserver/pkg/server/filters/goaway_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,8 @@ func TestGOAWAYHTTP1Requests(t *testing.T) {
439439
// TestGOAWAYConcurrency tests GOAWAY frame will not affect concurrency requests in a single http client instance.
440440
// Known issues in history: https://github.com/kubernetes/kubernetes/issues/91131.
441441
func TestGOAWAYConcurrency(t *testing.T) {
442+
t.Skip("disabled because of https://github.com/kubernetes/kubernetes/issues/94532")
443+
442444
s, err := newTestGOAWAYServer()
443445
if err != nil {
444446
t.Fatalf("failed to set-up test GOAWAY http server, err: %v", err)

0 commit comments

Comments
 (0)