Disable tests because libvirt is broken (RHBZ#996007).

This commit is contained in:
Richard W.M. Jones 2013-08-12 09:00:33 +01:00
parent 04f0f16e40
commit ee3107a460
1 changed files with 3 additions and 0 deletions

View File

@ -642,12 +642,15 @@ for f in test-getaddrinfo test-utimens ; do
done
popd
# Disabled because libvirt is broken (RHBZ#996007).
%if 0
# Disabled on ARM because of RHBZ#990258.
%ifnarch armv7hl
%if %{runtests}
make check -k
%endif
%endif
%endif
%install