We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f85979b + de8569e commit 96d9307Copy full SHA for 96d9307
tests/containers/bats/podman.pm
@@ -60,6 +60,11 @@ sub run_tests {
60
) unless (is_sle("<16"));
61
}
62
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);
68
69
my $ret = bats_tests($log_file, \%env, \@xfails, 5000);
70
0 commit comments