Merge pull request #16580 from coolljt0725/unpause_all_container_on_exit
Make sure the container will always be unpaused on test exit
This commit is contained in:
commit
729c9a9782
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ func (s *DockerSuite) TestInspectDefault(c *check.C) {
|
|||
}
|
||||
|
||||
func (s *DockerSuite) TestInspectStatus(c *check.C) {
|
||||
defer unpauseAllContainers()
|
||||
testRequires(c, DaemonIsLinux)
|
||||
out, _ := dockerCmd(c, "run", "-d", "busybox", "top")
|
||||
out = strings.TrimSpace(out)
|
||||
|
|
Loading…
Add table
Reference in a new issue