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

Merge pull request #10995 from ahmetalpbalkan/win-cli/SameHostDaemon-skips-2

integ-cli: Skip new tests requiring same-host daemon
This commit is contained in:
Jessie Frazelle 2015-02-24 16:36:11 -08:00
commit 1060a5334e

View file

@ -163,6 +163,7 @@ func TestExecAfterContainerRestart(t *testing.T) {
}
func TestExecAfterDaemonRestart(t *testing.T) {
testRequires(t, SameHostDaemon)
defer deleteAllContainers()
d := NewDaemon(t)