mirror of
https://github.com/moby/moby.git
synced 2025-08-01 05:47:11 +03: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:
@ -163,6 +163,7 @@ func TestExecAfterContainerRestart(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestExecAfterDaemonRestart(t *testing.T) {
|
func TestExecAfterDaemonRestart(t *testing.T) {
|
||||||
|
testRequires(t, SameHostDaemon)
|
||||||
defer deleteAllContainers()
|
defer deleteAllContainers()
|
||||||
|
|
||||||
d := NewDaemon(t)
|
d := NewDaemon(t)
|
||||||
|
Reference in New Issue
Block a user