Skip TestGOAWAYConcurrency

Kubernetes-commit: dbdd8c5a0c2b345a6b9f2c47055701390d42c3c8
This commit is contained in:
Jordan Liggitt 2020-09-04 12:07:02 -04:00 committed by Kubernetes Publisher
parent 9acb27b704
commit 338bb3eda2
1 changed files with 2 additions and 0 deletions

View File

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