mirror of https://github.com/docker/docs.git
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:
commit
1060a5334e
|
@ -163,6 +163,7 @@ func TestExecAfterContainerRestart(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestExecAfterDaemonRestart(t *testing.T) {
|
||||
testRequires(t, SameHostDaemon)
|
||||
defer deleteAllContainers()
|
||||
|
||||
d := NewDaemon(t)
|
||||
|
|
Loading…
Reference in New Issue