Prevent destroy() to stop twice container in TestRestore()
Upstream-commit: b76b329ef05748e75224e8fd09c1c697ddfd2a50 Component: engine
This commit is contained in:
@ -358,4 +358,5 @@ func TestRestore(t *testing.T) {
|
||||
if err := container3.Run(); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
container2.State.Running = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user