Explorar el Código

Add missing testRequires(t, Network)

Fixes #12552

Signed-off-by: Sergey Evstifeev <sergey.evstifeev@gmail.com>
Sergey Evstifeev hace 10 años
padre
commit
716e21be2b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      integration-cli/docker_api_images_test.go

+ 1 - 0
integration-cli/docker_api_images_test.go

@@ -70,6 +70,7 @@ func TestApiImagesFilter(t *testing.T) {
 }
 
 func TestApiImagesSaveAndLoad(t *testing.T) {
+	testRequires(t, Network)
 	out, err := buildImage("saveandload", "FROM hello-world\nENV FOO bar", false)
 	if err != nil {
 		t.Fatal(err)