integ-cli: skip TestCliProxyProxyTCPSock on remote daemon

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
Upstream-commit: 6a9edfdc3b8ef4ed6febe8cee13dfd6786541b3b
Component: engine
This commit is contained in:
Ahmet Alp Balkan
2015-02-24 12:04:33 -08:00
parent 59d825b194
commit 31a690e69b

View File

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