mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
integ-cli: Skip new tests requiring same-host daemon
This skips tests: - `TestExecAfterContainerRestart` Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
This commit is contained in:
parent
d0bc3537d7
commit
cfc8372c0a
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