mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Prevent destroy() to stop twice container in TestRestore()
This commit is contained in:
parent
bae6f95830
commit
b76b329ef0
1 changed files with 1 additions and 0 deletions
|
@ -358,4 +358,5 @@ func TestRestore(t *testing.T) {
|
|||
if err := container3.Run(); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
container2.State.Running = false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue