Temporarily disable testing with Satellite on el10
Related: COMPOSER-2264
This commit is contained in:
parent
6c454abd13
commit
fdb8cfb26a
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue