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:
commit
1060a5334e
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue