Skip some long-running tests on armv7

This commit is contained in:
Richard W.M. Jones 2021-11-25 13:42:16 +00:00
parent 081e50952e
commit 2712f85f76

View File

@ -792,6 +792,14 @@ skip_test tests/test-memory-allocator-malloc-mlock.sh
%endif %endif
%endif %endif
# armv7 is very slow and some tests take an especially long time to
# run. This skips some of the slowest tests. Note that
# test-data-format.sh is a slow test, but in the past we have found
# bugs by running it on armv7.
%ifarch %{arm}
skip_test tests/test-partition1.sh tests/test-cow.sh tests/test-cow-block-size.sh tests/test-cow-extents2.sh
%endif
# Make sure we can see the debug messages (RHBZ#1230160). # Make sure we can see the debug messages (RHBZ#1230160).
export LIBGUESTFS_DEBUG=1 export LIBGUESTFS_DEBUG=1
export LIBGUESTFS_TRACE=1 export LIBGUESTFS_TRACE=1