From fbf0f0abe24c0112934f75962cef629e914cb2e4 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Dec 02 2015 12:48:12 +0000 Subject: Skip integration tests (they don't work in Koji) --- 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