Disable b00039.vtc test on aarch64
Resolves: RHEL-45756 - Varnish consumes significantly more memory under RHEL8/9
This commit is contained in:
parent
19ddc52756
commit
963e2f81fb
@ -316,6 +316,11 @@ sed -i 's/file,2M/file,8M/' bin/varnishtest/tests/r04036.vtc
|
||||
export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/jemalloc-%{jemalloc_version}/lib
|
||||
%endif
|
||||
|
||||
# issue on aarch64 - mlock() of VSM failed: Cannot allocate memory (12)
|
||||
%ifarch aarch64
|
||||
rm bin/varnishtest/tests/b00039.vtc
|
||||
%endif
|
||||
|
||||
# Just a hack to avoid too high load on secondary arch builders
|
||||
%ifarch s390x ppc64le
|
||||
# This works when ran alone, but not in the whole suite. Load and/or timing issues
|
||||
|
Loading…
Reference in New Issue
Block a user