Browse code

integ-cli: Skip new tests requiring same-host daemon

This skips tests:
- `TestExecAfterContainerRestart`

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>

Ahmet Alp Balkan authored on 2015/02/25 08:44:36
Showing 1 changed files
... ...
@@ -163,6 +163,7 @@ func TestExecAfterContainerRestart(t *testing.T) {
163 163
 }
164 164
 
165 165
 func TestExecAfterDaemonRestart(t *testing.T) {
166
+	testRequires(t, SameHostDaemon)
166 167
 	defer deleteAllContainers()
167 168
 
168 169
 	d := NewDaemon(t)