mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #107758 from aojea/flake_socks5
disable socks5 flake test
This commit is contained in:
commit
fcd96faa79
@ -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.
|
// be sure to unset environment variable https_proxy (if exported) before testing, otherwise the testing will fail unexpectedly.
|
||||||
func TestRoundTripSocks5AndNewConnection(t *testing.T) {
|
func TestRoundTripSocks5AndNewConnection(t *testing.T) {
|
||||||
|
t.Skip("Flake https://issues.k8s.io/107708")
|
||||||
localhostPool := localhostCertPool(t)
|
localhostPool := localhostCertPool(t)
|
||||||
|
|
||||||
for _, redirect := range []bool{false, true} {
|
for _, redirect := range []bool{false, true} {
|
||||||
|
Loading…
Reference in New Issue
Block a user