mirror of https://github.com/docker/docs.git
Remove unnecessary container cleanup in integration-cli
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
parent
7674f21686
commit
bcc0968a2c
|
@ -190,10 +190,6 @@ func (s *DockerSuite) TestExecTtyWithoutStdin(c *check.C) {
|
|||
c.Fatal(err)
|
||||
}
|
||||
|
||||
defer func() {
|
||||
dockerCmd(c, "kill", id)
|
||||
}()
|
||||
|
||||
errChan := make(chan error)
|
||||
go func() {
|
||||
defer close(errChan)
|
||||
|
|
Loading…
Reference in New Issue