Browse Source

integ-cli: skip TestCliProxyProxyTCPSock on remote daemon

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
Ahmet Alp Balkan 10 years ago
parent
commit
6a9edfdc3b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      integration-cli/docker_cli_proxy_test.go

+ 1 - 0
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
 // 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
 // See http://golang.org/pkg/net/http/#ProxyFromEnvironment
 func TestCliProxyProxyTCPSock(t *testing.T) {
 func TestCliProxyProxyTCPSock(t *testing.T) {
+	testRequires(t, SameHostDaemon)
 	// get the IP to use to connect since we can't use localhost
 	// get the IP to use to connect since we can't use localhost
 	addrs, err := net.InterfaceAddrs()
 	addrs, err := net.InterfaceAddrs()
 	if err != nil {
 	if err != nil {