tests: Allow failed restic binary downloads

This commit is contained in:
deajan 2025-07-01 18:03:29 +02:00
parent a758818071
commit 8ab3ba0d9e

View file

@ -95,6 +95,7 @@ def test_download_restic_binaries():
# so we allow failure for this test
result = download_restic_binaries_for_arch()
print("DOWNLOAD result: ", result)
assert True
def test_npbackup_cli_no_config():