From 67fed9c55e379ee8ba72a1e52a6014aab3ea8794 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 Upstream-commit: 33448ac3c9c0c63fb07f7bf04cec998d3536fc10 Component: engine --- components/engine/integration-cli/docker_cli_pull_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/engine/integration-cli/docker_cli_pull_test.go b/components/engine/integration-cli/docker_cli_pull_test.go index c55bd2e673..926e763434 100644 --- a/components/engine/integration-cli/docker_cli_pull_test.go +++ b/components/engine/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.