tests: Skip a known bad test

osbuild-composer v124 has a bug (see
https://github.com/osbuild/images/pull/1034) that causes the
TestStartOSTreeParentNoURL to fail.

Skip it until it has been fixed.

Related: RHEL-67056
This commit is contained in:
Brian C. Lane 2024-11-11 16:03:49 -08:00
parent 29361c6812
commit f5868e992c

View File

@ -67,6 +67,7 @@ backend_start
composer-cli status show || fail "Getting osbuild-composer status" composer-cli status show || fail "Getting osbuild-composer status"
/usr/libexec/tests/composer-cli/composer-cli-tests -test.v || fail "Running integration tests" # NOTE: Skipping TestStartOSTreeParentNoURL until https://github.com/osbuild/images/pull/1034 is resolved
/usr/libexec/tests/composer-cli/composer-cli-tests -test.v -test.skip TestStartOSTreeParentNoURL || fail "Running integration tests"
exit $FAILANY exit $FAILANY