Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
| ... | ... |
@@ -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 |
|