mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
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