@@ -1114,10 +1114,12 @@ func (s *CopySuite) TestCopyVerifyingMirroredSignatures(c *check.C) {
11141114 // Create a signature for mirroring-primary:primary-signed without pushing there. This should be easier than using standalone-sign.
11151115 signingDir := filepath .Join (topDir , "signing-temp" )
11161116 assertSkopeoSucceeds (c , "" , "copy" , "--src-tls-verify=false" , regPrefix + "primary:unsigned" , "dir:" + signingDir )
1117- c .Logf ("%s" , combinedOutputOfCommand (c , "ls" , "-laR" , signingDir ))
1117+ // Unknown error in Travis: https://github.com/containers/skopeo/issues/1093
1118+ // c.Logf("%s", combinedOutputOfCommand(c, "ls", "-laR", signingDir))
11181119 assertSkopeoSucceeds (c , "^$" , "standalone-sign" , "-o" , filepath .Join (signingDir , "signature-1" ),
11191120 filepath .
Join (
signingDir ,
"manifest.json" ),
"localhost:5006/myns/mirroring-primary:primary-signed" ,
"[email protected] " )
1120- c .Logf ("%s" , combinedOutputOfCommand (c , "ls" , "-laR" , signingDir ))
1121+ // Unknown error in Travis: https://github.com/containers/skopeo/issues/1093
1122+ // c.Logf("%s", combinedOutputOfCommand(c, "ls", "-laR", signingDir))
11211123 assertSkopeoSucceeds (c , "" , "--registries.d" , registriesDir , "copy" , "--dest-tls-verify=false" , "dir:" + signingDir , regPrefix + "mirror:primary-signed" )
11221124 // Verify that a correctly signed image for the primary is accessible using the primary's reference
11231125 assertSkopeoSucceeds (c , "" , "--policy" , policy , "--registries.d" , registriesDir , "--registries-conf" , "fixtures/registries.conf" , "copy" , "--src-tls-verify=false" , regPrefix + "primary:primary-signed" , dirDest )
0 commit comments