virt-sparsify --in-place also fails on x86-64.

This commit is contained in:
Richard W.M. Jones 2014-03-26 20:51:48 +00:00
parent eb8d181098
commit 553e723236

View File

@ -788,14 +788,8 @@ export SKIP_TEST_MDADM_SH=1
# Disable NBD test, buggy in qemu 1.7.0 (RHBZ#1034433). # Disable NBD test, buggy in qemu 1.7.0 (RHBZ#1034433).
export SKIP_TEST_NBD_PL=1 export SKIP_TEST_NBD_PL=1
# On x86 (32 bit) only, virt-sparsify --in-place cannot sparsify as # Virt-sparsify --in-place cannot sparsify as much as it should (RHBZ#1079210).
# much as it should. The error is:
# test virt-sparsify: 343156 K -> 25716 K
# test virt-sparsify --in-place: size_after (25716) too large
# (RHBZ#1079210).
%ifarch %{ix86}
export SKIP_TEST_VIRT_SPARSIFY_IN_PLACE_SH=1 export SKIP_TEST_VIRT_SPARSIFY_IN_PLACE_SH=1
%endif
# Disable parallel virt-alignment-scan & virt-df tests (RHBZ#1025942). # Disable parallel virt-alignment-scan & virt-df tests (RHBZ#1025942).
export SKIP_TEST_VIRT_ALIGNMENT_SCAN_GUESTS_SH=1 export SKIP_TEST_VIRT_ALIGNMENT_SCAN_GUESTS_SH=1