diff --git a/integration-cli/docker_cli_pull_test.go b/integration-cli/docker_cli_pull_test.go index 39b0eae3f..6e5ddb840 100644 --- a/integration-cli/docker_cli_pull_test.go +++ b/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")