1
0
Fork 0
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:
Ahmet Alp Balkan 2015-02-24 15:44:36 -08:00
parent d0bc3537d7
commit cfc8372c0a

View file

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