Просмотр исходного кода

Merge pull request #11572 from tiborvass/skip-hello-world-test

Skip TestPullVerified because hello-world image cannot be verified
Doug Davis 10 лет назад
Родитель
Сommit
48a954f4b3
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      integration-cli/docker_cli_pull_test.go

+ 2 - 0
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("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.