From b6a741b888298e3581259834e4c4d8015bf318bb Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Tue, 25 Jan 2022 17:38:28 +0100 Subject: [PATCH] disable socks5 flake test --- .../apimachinery/pkg/util/httpstream/spdy/roundtripper_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper_test.go b/staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper_test.go index d999c3851bf..3a326a9b247 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper_test.go +++ b/staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper_test.go @@ -438,6 +438,7 @@ func (i *Interceptor) Rewrite(ctx context.Context, req *socks5.Request) (context // be sure to unset environment variable https_proxy (if exported) before testing, otherwise the testing will fail unexpectedly. func TestRoundTripSocks5AndNewConnection(t *testing.T) { + t.Skip("Flake https://issues.k8s.io/107708") localhostPool := localhostCertPool(t) for _, redirect := range []bool{false, true} {