chore(test): disable storage_cleanup_check.sh until GC trigger lands

This commit is contained in:
Edouard Vanbelle
2026-06-19 15:45:08 +02:00
parent 30eabdb23e
commit 74b33744ed
+13
View File
@@ -13,6 +13,19 @@
# bash tests/api/storage_cleanup_check.sh
# =============================================================
cat <<EOF
XXX
storage_cleanup_check.sh is disabled due to GC strategy change
may need to add an admin api call to trigger the GC and validate the correct cleanup of resources
XXX
EOF
exit 0
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"