Merge pull request #11729 from icecrime/11048_carry

Carry #11048
This commit is contained in:
Alexander Morozov 2015-03-25 09:27:07 -07:00
commit 5f7e142c46
1 changed files with 2 additions and 0 deletions

View File

@ -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")