From fdb8cfb26a9c32081d85fe0e6eba064dc298adc0 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Thu, 25 Jul 2024 11:40:44 +0300 Subject: [PATCH] Temporarily disable testing with Satellite on el10 Related: COMPOSER-2264 --- .../regression-composer-works-behind-satellite-fallback.sh | 2 +- test/cases/regression-composer-works-behind-satellite.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cases/regression-composer-works-behind-satellite-fallback.sh b/test/cases/regression-composer-works-behind-satellite-fallback.sh index 23682a582..11cb8ae9d 100644 --- a/test/cases/regression-composer-works-behind-satellite-fallback.sh +++ b/test/cases/regression-composer-works-behind-satellite-fallback.sh @@ -47,7 +47,7 @@ case "${ID}" in "rhel") echo "Running on RHEL" - if [[ "$VERSION_ID" == "9.5" ]]; then + if [[ "$VERSION_ID" == "9.5" || "$VERSION_ID" == "10.0" ]]; then # fails eventhough we call update-ca-trust, see previous commit echo "This test has been disabled b/c DNF fails with self-signed certificates" exit 0 diff --git a/test/cases/regression-composer-works-behind-satellite.sh b/test/cases/regression-composer-works-behind-satellite.sh index 24930cd26..62ea6efca 100644 --- a/test/cases/regression-composer-works-behind-satellite.sh +++ b/test/cases/regression-composer-works-behind-satellite.sh @@ -78,7 +78,7 @@ case "${ID}" in "rhel") echo "Running on RHEL" - if [[ "$VERSION_ID" == "9.5" ]]; then + if [[ "$VERSION_ID" == "9.5" || "$VERSION_ID" == "10.0" ]]; then # fails eventhough we call update-ca-trust, see previous commit echo "This test has been disabled b/c DNF fails with self-signed certificates" exit 0