瀏覽代碼

Fix TestApiImagesDelete for --net none build

Signed-off-by: Antonio Murdaca <me@runcom.ninja>
Antonio Murdaca 10 年之前
父節點
當前提交
5c86f311c8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      integration-cli/docker_api_images_test.go

+ 1 - 0
integration-cli/docker_api_images_test.go

@@ -100,6 +100,7 @@ func (s *DockerSuite) TestApiImagesSaveAndLoad(c *check.C) {
 }
 
 func (s *DockerSuite) TestApiImagesDelete(c *check.C) {
+	testRequires(c, Network)
 	name := "test-api-images-delete"
 	out, err := buildImage(name, "FROM hello-world\nENV FOO bar", false)
 	if err != nil {