Skip to content

Commit

Permalink
Merge pull request os-autoinst#20580 from okynos/check-s390x-workarou…
Browse files Browse the repository at this point in the history
…nd-removal

Remove s390x workaround for bsc#1231421
  • Loading branch information
jknphy authored Nov 7, 2024
2 parents 85b14a5 + d4eaaf3 commit 885466c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/yam/agama/agama.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@ use testapi qw(
record_soft_failure
);

use Utils::Architectures;
use version_utils qw(is_sle);

sub pre_run_hook {
if (is_sle() && (is_s390x() || is_ppc64le())) {
record_soft_failure("bsc#1231421");
assert_script_run("curl --insecure -o /tmp/ca-certificates-suse.rpm https://download.suse.de/browse/ibs/SUSE:/CA/SLE_15_SP7/noarch/ca-certificates-suse-1.0-150700.8.1.noarch.rpm");
assert_script_run("zypper -n install /tmp/ca-certificates-suse.rpm");
assert_script_run("systemctl restart agama");
}
}

sub run {
my $self = shift;
my $test = get_required_var('AGAMA_TEST');
Expand Down

0 comments on commit 885466c

Please sign in to comment.