From 403ac5dce2de4fa3422ae00e0d77f1084bd99d6c Mon Sep 17 00:00:00 2001
From: Joao Afonso <joao.afonso@cern.ch>
Date: Thu, 16 May 2024 17:48:16 +0200
Subject: [PATCH] Temporary removal of retrieve_queue_cleanup tests

---
 .../orchestration/tests/test_client.sh          | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/continuousintegration/orchestration/tests/test_client.sh b/continuousintegration/orchestration/tests/test_client.sh
index 8e52ff7969..74b056b055 100755
--- a/continuousintegration/orchestration/tests/test_client.sh
+++ b/continuousintegration/orchestration/tests/test_client.sh
@@ -219,13 +219,14 @@ if [[ $EOS_V == 5 ]]; then
 
 fi
 
-setup_tapes_for_multicopy_test
-
-echo
-echo "Launching retrieve_queue_cleanup.sh on client pod"
-echo " Archiving file: xrdcp as user1"
-echo " Retrieving it as poweruser1"
-kubectl -n ${NAMESPACE} exec client -- bash /root/retrieve_queue_cleanup.sh || exit 1
-kubectl -n ${NAMESPACE} exec ctaeos -- bash /root/grep_xrdlog_mgm_for_error.sh || exit 1
+# TODO: Remove these comments once https://gitlab.cern.ch/cta/CTA/-/issues/616 is fixed
+#setup_tapes_for_multicopy_test
+#
+#echo
+#echo "Launching retrieve_queue_cleanup.sh on client pod"
+#echo " Archiving file: xrdcp as user1"
+#echo " Retrieving it as poweruser1"
+#kubectl -n ${NAMESPACE} exec client -- bash /root/retrieve_queue_cleanup.sh || exit 1
+#kubectl -n ${NAMESPACE} exec ctaeos -- bash /root/grep_xrdlog_mgm_for_error.sh || exit 1
 
 exit 0
-- 
GitLab