mirror of https://github.com/docker/docs.git
Merge pull request #21842 from tonistiigi/fix-flaky-testsaveloadparents
Fix flaky TestSaveLoadParents
This commit is contained in:
commit
334f73f5b4
|
@ -325,7 +325,7 @@ func (s *DockerSuite) TestSaveLoadParents(c *check.C) {
|
||||||
out, _ = dockerCmd(c, "commit", cleanedContainerID)
|
out, _ = dockerCmd(c, "commit", cleanedContainerID)
|
||||||
imageID := strings.TrimSpace(out)
|
imageID := strings.TrimSpace(out)
|
||||||
|
|
||||||
dockerCmd(c, "rm", cleanedContainerID)
|
dockerCmd(c, "rm", "-f", cleanedContainerID)
|
||||||
return imageID
|
return imageID
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue