mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Fix flaky TestSaveLoadParents
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> Upstream-commit: 0c0198a5e671928b67db6a3be35f1a419f633af4 Component: engine
This commit is contained in:
@@ -325,7 +325,7 @@ func (s *DockerSuite) TestSaveLoadParents(c *check.C) {
|
||||
out, _ = dockerCmd(c, "commit", cleanedContainerID)
|
||||
imageID := strings.TrimSpace(out)
|
||||
|
||||
dockerCmd(c, "rm", cleanedContainerID)
|
||||
dockerCmd(c, "rm", "-f", cleanedContainerID)
|
||||
return imageID
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user