From 64fa6b25e5b428f13f36f660f42c6de9c1d8d036 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20B=C3=A9rtoli?= Date: Tue, 12 Apr 2022 11:04:17 -0300 Subject: [PATCH] 16375: address review comments MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- tools/salt-install/tests/run-test.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools/salt-install/tests/run-test.sh b/tools/salt-install/tests/run-test.sh index 805d8259e9..42ab716642 100755 --- a/tools/salt-install/tests/run-test.sh +++ b/tools/salt-install/tests/run-test.sh @@ -9,14 +9,6 @@ export ARVADOS_API_HOST_INSECURE=true set -o pipefail -# # First, validate that the CA is installed and that we can query it with no errors. -# if ! curl -s -o /dev/null https://${ARVADOS_API_HOST}/users/welcome?return_to=%2F; then -# echo "The Arvados CA was not correctly installed. Although some components will work," -# echo "others won't. Please verify that the CA cert file was installed correctly and" -# echo "retry running these tests." -# exit 1 -# fi - # https://doc.arvados.org/v2.0/install/install-jobs-image.html echo "Creating Arvados Standard Docker Images project" uuid_prefix=$(arv --format=uuid user current | cut -d- -f1) -- 2.30.2