1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

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

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

View File

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