diff --git a/test/cases/custom-repos.sh b/test/cases/custom-repos.sh index 41d8b98cc..484187f32 100755 --- a/test/cases/custom-repos.sh +++ b/test/cases/custom-repos.sh @@ -13,6 +13,11 @@ source /etc/os-release source /usr/libexec/osbuild-composer-test/set-env-variables.sh source /usr/libexec/tests/osbuild-composer/shared_lib.sh +if ! nvrGreaterOrEqual "osbuild-composer" "81"; then + echo "SKIP: test not supported on osbuild-composer < 81" + exit 0 +fi + # Set up variables. case "${ID}-${VERSION_ID}" in fedora*)