Browse code

Restore TestPullVerified test

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>

Arnaud Porterie authored on 2015/03/23 09:56:05
Showing 1 changed files
... ...
@@ -55,8 +55,6 @@ func TestPullImageWithAliases(t *testing.T) {
55 55
 
56 56
 // pulling library/hello-world should show verified message
57 57
 func TestPullVerified(t *testing.T) {
58
-	t.Skip("problems verifying library/hello-world (to be fixed)")
59
-
60 58
 	// Image must be pulled from central repository to get verified message
61 59
 	// unless keychain is manually updated to contain the daemon's sign key.
62 60