summaryrefslogtreecommitdiff
path: root/integration-cli/docker_api_images_test.go
diff options
context:
space:
mode:
authorJohn Howard <jhoward@microsoft.com>2017-07-31 18:18:49 -0700
committerJohn Howard <jhoward@microsoft.com>2017-07-31 18:18:49 -0700
commit4dd9c9448c436f13b4c77453c50133014e4433b2 (patch)
tree8077a38920192f3157a8b61b5e24066654aaeb78 /integration-cli/docker_api_images_test.go
parent3364e7da3fd9e2bc3e5d983e98413ddd7c48a89e (diff)
downloaddocker-4dd9c9448c436f13b4c77453c50133014e4433b2.tar.gz
Windows: Enable TestAPIImagesSaveAndLoad
Signed-off-by: John Howard <jhoward@microsoft.com>
Diffstat (limited to 'integration-cli/docker_api_images_test.go')
-rw-r--r--integration-cli/docker_api_images_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/integration-cli/docker_api_images_test.go b/integration-cli/docker_api_images_test.go
index d44b307fa1..0cdd50685a 100644
--- a/integration-cli/docker_api_images_test.go
+++ b/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")