mirror of
https://github.com/moby/moby.git
synced 2026-08-05 07:30:57 +00:00
Prevent destroy() to stop twice container in TestRestore()
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