Skip test-memory-allocator-malloc-mlock.sh on ppc64le
This commit is contained in:
parent
a3f1e0a065
commit
40c86254ab
@ -782,11 +782,12 @@ skip_test tests/test-cache-max-size.sh
|
|||||||
# https://www.redhat.com/archives/libguestfs/2020-March/msg00191.html
|
# https://www.redhat.com/archives/libguestfs/2020-March/msg00191.html
|
||||||
skip_test tests/test-nbd-tls.sh tests/test-nbd-tls-psk.sh
|
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
|
# nbdkit: error: allocator=malloc: mlock: Cannot allocate memory
|
||||||
# It could be the mlock limit on the builder is too low.
|
# It could be the mlock limit on the builder is too low.
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2044432
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
%ifarch aarch64
|
%ifarch aarch64 %{power64}
|
||||||
skip_test tests/test-memory-allocator-malloc-mlock.sh
|
skip_test tests/test-memory-allocator-malloc-mlock.sh
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user