From d26bbd05219e331bf94f6a3a95f58b1182e83d2c Mon Sep 17 00:00:00 2001 From: Damian <0xev0r0x@gmail.com> Date: Sat, 14 Feb 2026 10:04:36 +0100 Subject: [PATCH] Update test_updater.sh --- tests/test_updater.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_updater.sh b/tests/test_updater.sh index ac2a9cf4..8c1f9b9c 100755 --- a/tests/test_updater.sh +++ b/tests/test_updater.sh @@ -1,5 +1,8 @@ #!/bin/bash +# DEPRECATED: This test relies on the old updater logic and does not run in CI. +# It is kept for historical reference only. + # Test Auto-updater Functionality # # This script tests the CLI's auto-update mechanism by: