integ-cli: skip test assuming -H is unix://...
| ... | ... |
@@ -8,6 +8,8 @@ import ( |
| 8 | 8 |
) |
| 9 | 9 |
|
| 10 | 10 |
func TestCliProxyDisableProxyUnixSock(t *testing.T) {
|
| 11 |
+ testRequires(t, SameHostDaemon) // test is valid when DOCKER_HOST=unix://.. |
|
| 12 |
+ |
|
| 11 | 13 |
cmd := exec.Command(dockerBinary, "info") |
| 12 | 14 |
cmd.Env = appendBaseEnv([]string{"HTTP_PROXY=http://127.0.0.1:9999"})
|
| 13 | 15 |
|