Skip to content

Commit

Permalink
Merge pull request #17191 from mimi1vx/poo_17412
Browse files Browse the repository at this point in the history
Remove soft-fail from qam-minimal install test
  • Loading branch information
mimi1vx committed Jun 1, 2023
2 parents faca036 + d6952ca commit 0d943db
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/qam-minimal/install_update.pm
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,7 @@ sub run {
# record softfail on QAM_MINIMAL=small tests, or record info on others
# if isn't patch neded, zypper call with install makes no sense
if ((is_patch_needed($patch) && $patch) || ($incident_id && !($patches))) {
if (check_var('QAM_MINIMAL', 'small')) {
record_soft_failure("Patch isn't needed on minimal installation poo#17412");
}
else {
record_info('Not needed', q{Patch doesn't fix any package in minimal pattern});
}
record_info('Not needed', q{Patch doesn't fix any package in minimal pattern - poo#17412});
}
else {
# Use single patch or patch list
Expand Down

0 comments on commit 0d943db

Please sign in to comment.