From aeeeaab6253105d655a256db928d0be78096bf0f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 23 Apr 2019 10:14:27 -0400 Subject: [PATCH] Disable tests for now Signed-off-by: Stephen Gallagher --- libmodulemd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libmodulemd.spec b/libmodulemd.spec index b840d84..43a1af3 100644 --- a/libmodulemd.spec +++ b/libmodulemd.spec @@ -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