Skip to content

Commit

Permalink
Remove soft failure for bsc#1163000
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiasyria committed Apr 12, 2023
1 parent b004c4f commit cc1cc5b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/service_check.pm
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,6 @@ service package name.

sub _is_applicable {
my ($srv_pkg_name) = @_;
if ($srv_pkg_name eq 'kdump' && is_s390x) {
# workaround for bsc#116300 on s390x
record_soft_failure 'bsc#1163000 - System does not come back after crash on s390x';
return 0;
}
# This feature is used only by hpc
return 0 if ($srv_pkg_name eq 'hpcpackage_remain' && !check_var('SLE_PRODUCT', 'hpc'));
if (get_var('EXCLUDE_SERVICES')) {
Expand Down

0 comments on commit cc1cc5b

Please sign in to comment.