Skip test-memory-allocator-malloc-mlock.sh on ppc64le

related: rhbz#2011709
This commit is contained in:
Richard W.M. Jones 2022-01-24 15:36:35 +00:00
parent 1ba7a69bc2
commit 282830b82f
1 changed files with 3 additions and 2 deletions

View File

@ -822,11 +822,12 @@ skip_test tests/test-cache-max-size.sh
# https://www.redhat.com/archives/libguestfs/2020-March/msg00191.html
skip_test tests/test-nbd-tls.sh tests/test-nbd-tls-psk.sh
# This test fails on RHEL 9 & aarch64 with the error:
# This test fails on RHEL 9 aarch64 & ppc64le with the error:
# nbdkit: error: allocator=malloc: mlock: Cannot allocate memory
# It could be the mlock limit on the builder is too low.
# https://bugzilla.redhat.com/show_bug.cgi?id=2044432
%if 0%{?rhel}
%ifarch aarch64
%ifarch aarch64 %{power64}
skip_test tests/test-memory-allocator-malloc-mlock.sh
%endif
%endif