From 6a9edfdc3b8ef4ed6febe8cee13dfd6786541b3b Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Tue, 24 Feb 2015 12:04:33 -0800 Subject: [PATCH] integ-cli: skip TestCliProxyProxyTCPSock on remote daemon Signed-off-by: Ahmet Alp Balkan --- integration-cli/docker_cli_proxy_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-cli/docker_cli_proxy_test.go b/integration-cli/docker_cli_proxy_test.go index 43c46d4acc..98129bdae8 100644 --- a/integration-cli/docker_cli_proxy_test.go +++ b/integration-cli/docker_cli_proxy_test.go @@ -21,6 +21,7 @@ func TestCliProxyDisableProxyUnixSock(t *testing.T) { // Can't use localhost here since go has a special case to not use proxy if connecting to localhost // See http://golang.org/pkg/net/http/#ProxyFromEnvironment func TestCliProxyProxyTCPSock(t *testing.T) { + testRequires(t, SameHostDaemon) // get the IP to use to connect since we can't use localhost addrs, err := net.InterfaceAddrs() if err != nil {