mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
Fix system test: skip gpg.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user