diff --git a/tests/test_backup.py b/tests/test_backup.py
index e52478fc6f287f731fa2323573ab2b0498128011..ca2e47358844291bb1d973479713285717f440a6 100755
--- a/tests/test_backup.py
+++ b/tests/test_backup.py
@@ -152,8 +152,7 @@ def check_local_backup(path: str) -> bool:
     latest = os.path.join(backup_folder, "latest")
     if backup_folder.endswith(".disabled"):
         # skip if disabled
-        u.warning("disabled")
-        all_ok = False
+        u.info("disabled")
     elif os.path.exists(latest):
         # resolve symbolic link
         latest = os.path.realpath(latest)