Merge pull request #21842 from tonistiigi/fix-flaky-testsaveloadparents
Fix flaky TestSaveLoadParents
This commit is contained in:
commit
334f73f5b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue