Merge pull request #107758 from aojea/flake_socks5

disable socks5 flake test
This commit is contained in:
Kubernetes Prow Robot 2022-01-25 12:09:54 -08:00 committed by GitHub
commit fcd96faa79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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} {