mirror of
https://github.com/containers/skopeo.git
synced 2025-09-05 16:50:45 +00:00
Mark TestCopyFailsWithManifestList with ExpectFailure
This is one of the trade-offs we made.
This commit is contained in:
@@ -90,6 +90,7 @@ func (s *CopySuite) TearDownSuite(c *check.C) {
|
||||
}
|
||||
|
||||
func (s *CopySuite) TestCopyFailsWithManifestList(c *check.C) {
|
||||
c.ExpectFailure("manifest-list-hotfix sacrificed hotfixes for being able to copy images")
|
||||
assertSkopeoFails(c, ".*can not copy docker://estesp/busybox:latest: manifest contains multiple images.*", "copy", "docker://estesp/busybox:latest", "dir:somedir")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user