From fbf0f0abe24c0112934f75962cef629e914cb2e4 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Wed, 2 Dec 2015 13:48:12 +0100 Subject: [PATCH] Skip integration tests (they don't work in Koji) --- maven-reporting-impl.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/maven-reporting-impl.spec b/maven-reporting-impl.spec index 9efc535..a04ca24 100644 --- a/maven-reporting-impl.spec +++ b/maven-reporting-impl.spec @@ -44,7 +44,9 @@ API documentation for %{name}. %setup -q %build -%mvn_build %{!?fedora:-f} +# integration tests try to download stuff from the internet +# and therefore they don't work in Koji +%mvn_build %{!?fedora:-f} -- -Dinvoker.skip=true %install %mvn_install