Skip to content

Commit

Permalink
zypper_lifecycle: Add LTSS_ES exception
Browse files Browse the repository at this point in the history
  • Loading branch information
dzedro committed Nov 25, 2024
1 parent 19177d6 commit f9dcca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/console/zypper_lifecycle.pm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sub lifecycle_output_check {
record_info 'poo#129026';
return;
}
if (get_var('SCC_REGCODE_LTSS')) {
if (get_var('SCC_REGCODE_LTSS') || get_var('SCC_REGCODE_LTSS_ES')) {
if ($output =~ /No products.*before/) {
record_info('Softfail', "poo#95593 https://jira.suse.com/browse/MSC-70");
return;
Expand Down

0 comments on commit f9dcca4

Please sign in to comment.