瀏覽代碼

Windows: Enable TestAPIImagesSaveAndLoad

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 8 年之前
父節點
當前提交
4dd9c9448c
共有 1 個文件被更改,包括 0 次插入2 次删除
  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) {
-	// 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")