Ver Fonte

Windows: Enable TestAPIImagesSaveAndLoad

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard há 8 anos atrás
pai
commit
4dd9c9448c
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      integration-cli/docker_api_images_test.go

+ 0 - 2
integration-cli/docker_api_images_test.go

@@ -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")