We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f235c8 commit dbdd8c5Copy full SHA for dbdd8c5
staging/src/k8s.io/apiserver/pkg/server/filters/goaway_test.go
@@ -439,6 +439,8 @@ func TestGOAWAYHTTP1Requests(t *testing.T) {
439
// TestGOAWAYConcurrency tests GOAWAY frame will not affect concurrency requests in a single http client instance.
440
// Known issues in history: https://github.com/kubernetes/kubernetes/issues/91131.
441
func TestGOAWAYConcurrency(t *testing.T) {
442
+ t.Skip("disabled because of https://github.com/kubernetes/kubernetes/issues/94532")
443
+
444
s, err := newTestGOAWAYServer()
445
if err != nil {
446
t.Fatalf("failed to set-up test GOAWAY http server, err: %v", err)
0 commit comments