Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
| ... | ... |
@@ -55,6 +55,8 @@ 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("Skipping hub dependent test")
|
|
| 59 |
+ |
|
| 58 | 60 |
// Image must be pulled from central repository to get verified message |
| 59 | 61 |
// unless keychain is manually updated to contain the daemon's sign key. |
| 60 | 62 |
|