system-test: enable test not depending on FTP

This commit is contained in:
André Roth
2024-10-03 00:12:58 +02:00
parent 8b8eb57555
commit 37ee41af67
2 changed files with 0 additions and 1 deletions
-1
View File
@@ -112,6 +112,5 @@ class EditMirror10Test(BaseTest):
""" """
edit mirror: change archive url edit mirror: change archive url
""" """
requiresFTP = True
fixtureCmds = ["aptly mirror create -ignore-signatures mirror10 http://repo.aptly.info/system-tests/ftp.ru.debian.org/debian bookworm main"] fixtureCmds = ["aptly mirror create -ignore-signatures mirror10 http://repo.aptly.info/system-tests/ftp.ru.debian.org/debian bookworm main"]
runCmd = "aptly mirror edit -ignore-signatures -archive-url http://repo.aptly.info/system-tests/ftp.ch.debian.org/debian mirror10" runCmd = "aptly mirror edit -ignore-signatures -archive-url http://repo.aptly.info/system-tests/ftp.ch.debian.org/debian mirror10"