Browse code

Fix TestApiImagesDelete for --net none build

Signed-off-by: Antonio Murdaca <me@runcom.ninja>

Antonio Murdaca authored on 2015/05/01 03:49:28
Showing 1 changed files
... ...
@@ -100,6 +100,7 @@ func (s *DockerSuite) TestApiImagesSaveAndLoad(c *check.C) {
100 100
 }
101 101
 
102 102
 func (s *DockerSuite) TestApiImagesDelete(c *check.C) {
103
+	testRequires(c, Network)
103 104
 	name := "test-api-images-delete"
104 105
 	out, err := buildImage(name, "FROM hello-world\nENV FOO bar", false)
105 106
 	if err != nil {