Disable tests for now

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2019-04-23 10:14:27 -04:00
commit aeeeaab625
No known key found for this signature in database
GPG key ID: 7A25556236BAA3A3

View file

@ -92,7 +92,10 @@ export MMD_SKIP_VALGRIND=1
# Don't run tests on ARM for now. There are problems with
# performance on the builders and often these time out.
%ifnarch %{arm} aarch64
%meson_test
# Temporarily disable tests on EPEL 7 builds because they're timing out in
# COPR
# %%meson_test
%endif