Skip to content

Commit 96d9307

Browse files
Merge pull request os-autoinst#24582 from ricardobranco777/podman
bats/podman: Update xfails for ppc64le
2 parents f85979b + de8569e commit 96d9307

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/containers/bats/podman.pm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ sub run_tests {
6060
) unless (is_sle("<16"));
6161
}
6262
}
63+
push @xfails, (
64+
# Sporadic issue fixed in
65+
# https://github.com/containers/podman/commit/f172ff789b14226b51cea39f9373e7de2a35905a
66+
"550-pause-process.bats::podman system migrate works with conmon being killed",
67+
) if (is_ppc64le && !is_sle);
6368

6469
my $ret = bats_tests($log_file, \%env, \@xfails, 5000);
6570

0 commit comments

Comments
 (0)