mirror of
https://github.com/containers/skopeo.git
synced 2025-09-06 09:12:25 +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) {
|
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")
|
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