Merge pull request #34340 from Microsoft/jjh/enableapiimagessaveandload
Windows: Enable TestAPIImagesSaveAndLoad Upstream-commit: 17859c5e9884c349ad62de0177490d3a4305fd5e Component: engine
This commit is contained in:
@@ -53,9 +53,7 @@ func (s *DockerSuite) TestAPIImagesFilter(c *check.C) {
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestAPIImagesSaveAndLoad(c *check.C) {
|
||||
// TODO Windows to Windows CI: Investigate further why this test fails.
|
||||
testRequires(c, Network)
|
||||
testRequires(c, DaemonIsLinux)
|
||||
buildImageSuccessfully(c, "saveandload", build.WithDockerfile("FROM busybox\nENV FOO bar"))
|
||||
id := getIDByName(c, "saveandload")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user