Temporarily disable testing with Satellite on el10

Related: COMPOSER-2264
This commit is contained in:
Alexander Todorov 2024-07-25 11:40:44 +03:00 committed by Alexander Todorov
parent 6c454abd13
commit fdb8cfb26a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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