mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows: Enable TestAPIImagesSaveAndLoad
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
3364e7da3f
commit
4dd9c9448c
1 changed files with 0 additions and 2 deletions
|
@ -53,9 +53,7 @@ func (s *DockerSuite) TestAPIImagesFilter(c *check.C) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *DockerSuite) TestAPIImagesSaveAndLoad(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, Network)
|
||||||
testRequires(c, DaemonIsLinux)
|
|
||||||
buildImageSuccessfully(c, "saveandload", build.WithDockerfile("FROM busybox\nENV FOO bar"))
|
buildImageSuccessfully(c, "saveandload", build.WithDockerfile("FROM busybox\nENV FOO bar"))
|
||||||
id := getIDByName(c, "saveandload")
|
id := getIDByName(c, "saveandload")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue