Fix system test: skip gpg.

This commit is contained in:
Andrey Smirnov
2014-02-07 13:50:12 +04:00
parent 36892a2797
commit cddce9a5f7

View File

@@ -324,5 +324,5 @@ class PublishSnapshot14Test(BaseTest):
fixtureCmds = [
"aptly snapshot create snap14 empty",
]
runCmd = "aptly publish snapshot --distribution=mars snap14"
runCmd = "aptly publish snapshot --distribution=mars --skip-signing snap14"
expectedCode = 1