1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #10999 from ahmetalpbalkan/win-cli/SameHostDaemon-skips-3

integ-cli: Skip some exec tests requiring same-host daemon
This commit is contained in:
Alexander Morozov 2015-02-24 17:17:23 -08:00
commit 309eec2378

View file

@ -529,6 +529,7 @@ func TestLinksPingLinkedContainersOnRename(t *testing.T) {
}
func TestRunExecDir(t *testing.T) {
testRequires(t, SameHostDaemon)
cmd := exec.Command(dockerBinary, "run", "-d", "busybox", "top")
out, _, err := runCommandWithOutput(cmd)
if err != nil {
@ -629,6 +630,7 @@ func TestRunExecDir(t *testing.T) {
}
func TestRunMutableNetworkFiles(t *testing.T) {
testRequires(t, SameHostDaemon)
defer deleteAllContainers()
for _, fn := range []string{"resolv.conf", "hosts"} {