diff --git a/components/engine/integration-cli/docker_cli_pull_test.go b/components/engine/integration-cli/docker_cli_pull_test.go index 39b0eae3ff..6e5ddb8408 100644 --- a/components/engine/integration-cli/docker_cli_pull_test.go +++ b/components/engine/integration-cli/docker_cli_pull_test.go @@ -85,6 +85,8 @@ func TestPullVerified(t *testing.T) { // pulling an image from the central registry should work func TestPullImageFromCentralRegistry(t *testing.T) { + testRequires(t, Network) + defer deleteImages("hello-world") pullCmd := exec.Command(dockerBinary, "pull", "hello-world")