diff --git a/integration-cli/docker_utils.go b/integration-cli/docker_utils.go index 9199d01b3..4118ec383 100644 --- a/integration-cli/docker_utils.go +++ b/integration-cli/docker_utils.go @@ -1771,7 +1771,7 @@ func appendBaseEnv(env []string) []string { preserveList := []string{ // preserve remote test host "DOCKER_HOST", - + "HYPER_CONFIG", // windows: requires preserving SystemRoot, otherwise dial tcp fails // with "GetAddrInfoW: A non-recoverable error occurred during a database lookup." "SystemRoot",