mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
`TestCliProxyDisableProxyUnixSock` verifies that HTTP_PROXY env var is used when DOCKER_HOST is not set and cli connects to `unix://...` by default. In the windows/darwin CLI CIs, daemon is on remote host and we always connect via `tcp://`, therefore this test fails very straight. Skipping this test to run only on "same host daemon" assumption. Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com> Upstream-commit: f6f2bad7ea5ca642a261df4d8a0ddb43d09bda62 Component: engine