diff --git a/test/cases/regression-composer-works-behind-satellite-fallback.sh b/test/cases/regression-composer-works-behind-satellite-fallback.sh index 8fdd541a6..0b529add8 100644 --- a/test/cases/regression-composer-works-behind-satellite-fallback.sh +++ b/test/cases/regression-composer-works-behind-satellite-fallback.sh @@ -69,10 +69,6 @@ case "${ID}" in REPOSITORY_OVERRIDE="/etc/osbuild-composer/repositories/rhel-${VERSION_SUFFIX}.json" REPO1_NAME="baseos" REPO2_NAME="appstream" - if [ -n "${NIGHTLY:-}" ]; then - REPO1_NAME="baseos-${ARCH}" - REPO2_NAME="appstream-${ARCH}" - fi ;; *) echo "Unknown RHEL: ${VERSION_ID}" diff --git a/test/cases/regression-composer-works-behind-satellite.sh b/test/cases/regression-composer-works-behind-satellite.sh index beba30480..0beab90f1 100644 --- a/test/cases/regression-composer-works-behind-satellite.sh +++ b/test/cases/regression-composer-works-behind-satellite.sh @@ -98,10 +98,6 @@ case "${ID}" in REPOSITORY_OVERRIDE="/etc/osbuild-composer/repositories/rhel-${VERSION_SUFFIX}.json" REPO1_NAME="baseos" REPO2_NAME="appstream" - if [ -n "${NIGHTLY:-}" ]; then - REPO1_NAME="baseos-${ARCH}" - REPO2_NAME="appstream-${ARCH}" - fi ;; *) echo "Unknown RHEL: ${VERSION_ID}"