From 10fb5ce6d019776dbd3e02ecbd9eda9007115d34 Mon Sep 17 00:00:00 2001 From: Arnaud Porterie Date: Sun, 22 Mar 2015 17:56:05 -0700 Subject: [PATCH] Restore TestPullVerified test Signed-off-by: Arnaud Porterie Docker-DCO-1.1-Signed-off-by: Jessie Frazelle (github: jfrazelle) Docker-DCO-1.1-Signed-off-by: Jessie Frazelle (github: jfrazelle) --- integration-cli/docker_cli_pull_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration-cli/docker_cli_pull_test.go b/integration-cli/docker_cli_pull_test.go index c55bd2e67..926e76343 100644 --- a/integration-cli/docker_cli_pull_test.go +++ b/integration-cli/docker_cli_pull_test.go @@ -55,8 +55,6 @@ func TestPullImageWithAliases(t *testing.T) { // pulling library/hello-world should show verified message func TestPullVerified(t *testing.T) { - t.Skip("problems verifying library/hello-world (to be fixed)") - // Image must be pulled from central repository to get verified message // unless keychain is manually updated to contain the daemon's sign key.