skip TestClientReceivedGOAWAY

Kubernetes-commit: 3a4ae287d43046516e1686cb950907e981b96cae
This commit is contained in:
chenjun.cj 2020-09-09 00:26:24 +08:00 committed by Kubernetes Publisher
parent 3d1daeb86e
commit cdf4e75f4f
1 changed files with 2 additions and 0 deletions

View File

@ -299,6 +299,8 @@ func requestGOAWAYServer(client *http.Client, serverBaseURL, url string) (<-chan
// TestClientReceivedGOAWAY tests the in-flight watch requests will not be affected and new requests use a new
// connection after client received GOAWAY.
func TestClientReceivedGOAWAY(t *testing.T) {
t.Skip("disabled because of https://github.com/kubernetes/kubernetes/issues/94622")
s, err := newTestGOAWAYServer()
if err != nil {
t.Fatalf("failed to set-up test GOAWAY http server, err: %v", err)