summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Porterie <arnaud.porterie@docker.com>2015-04-16 23:05:47 -0700
committerMary Anthony <mary@docker.com>2015-04-17 10:07:32 -0700
commit1d7541304c2fa81566bf7a0866ec604584d2fcdc (patch)
tree6b51a9127a8539953d8ad20b22719c4d05ff6a10
parentd6447e8e4112ef8ae76f6f060806cdbd631b4d3d (diff)
downloaddocker-1d7541304c2fa81566bf7a0866ec604584d2fcdc.tar.gz
Skip TestPullVerifiedfix-ben-redirect
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com> (cherry picked from commit 9a4fa9c19167756cf39a4d002efe81d4bcd3bb75)
-rw-r--r--integration-cli/docker_cli_pull_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/integration-cli/docker_cli_pull_test.go b/integration-cli/docker_cli_pull_test.go
index 926e763434..812600a452 100644
--- a/integration-cli/docker_cli_pull_test.go
+++ b/integration-cli/docker_cli_pull_test.go
@@ -55,6 +55,8 @@ func TestPullImageWithAliases(t *testing.T) {
// pulling library/hello-world should show verified message
func TestPullVerified(t *testing.T) {
+ t.Skip("Skipping hub dependent test")
+
// Image must be pulled from central repository to get verified message
// unless keychain is manually updated to contain the daemon's sign key.