Skip to content

Commit

Permalink
Merge pull request #11216 from ahmetalpbalkan/win-cli/TestCliProxyDis…
Browse files Browse the repository at this point in the history
…ableProxyUnixSock-fix

integ-cli: skip test assuming -H is unix://...
  • Loading branch information
LK4D4 committed Mar 9, 2015
2 parents c5f9aa1 + f6f2bad commit 057c5e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-cli/docker_cli_proxy_test.go
Expand Up @@ -8,6 +8,8 @@ import (
)

func TestCliProxyDisableProxyUnixSock(t *testing.T) {
testRequires(t, SameHostDaemon) // test is valid when DOCKER_HOST=unix://..

cmd := exec.Command(dockerBinary, "info")
cmd.Env = appendBaseEnv([]string{"HTTP_PROXY=http://127.0.0.1:9999"})

Expand Down

0 comments on commit 057c5e6

Please sign in to comment.