Skip integration tests (they don't work in Koji)
This commit is contained in:
parent
0af7bcb61d
commit
fbf0f0abe2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user