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:
parent
29361c6812
commit
f5868e992c
@ -67,6 +67,7 @@ backend_start
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user