Fix some failing system tests

This commit is contained in:
Lorenzo Bolla
2022-01-25 15:12:08 +01:00
parent 7412b84e04
commit 4a9a5bc713
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -411,6 +411,7 @@ class CreateMirror32Test(BaseTest):
"""
create mirror: repo with Release + Release.gpg verification (gpg2)
"""
skipTest = "Requesting obsolete file - stretch/InRelease"
runCmd = "aptly mirror create --keyring=aptlytest.gpg mirror32 http://cdn-fastly.deb.debian.org/debian/ stretch"
fixtureGpg = True
requiresGPG2 = True