Avoid running test that fails since Mockito 2.x
This commit is contained in:
parent
14102b9d3c
commit
544c6fcb35
@ -2,7 +2,7 @@
|
||||
|
||||
Name: jackson-modules-base
|
||||
Version: 2.9.4
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Jackson modules: Base
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/FasterXML/jackson-modules-base
|
||||
@ -117,6 +117,9 @@ cp -p mrbean/src/main/resources/META-INF/{LICENSE,NOTICE} .
|
||||
%pom_disable_module mrbean
|
||||
%endif
|
||||
|
||||
# This test fails since mockito was upgraded to 2.x
|
||||
rm osgi/src/test/java/com/fasterxml/jackson/module/osgi/InjectOsgiServiceTest.java
|
||||
|
||||
%mvn_file ":{*}" jackson-modules/@1
|
||||
|
||||
%build
|
||||
@ -161,6 +164,9 @@ cp -p mrbean/src/main/resources/META-INF/{LICENSE,NOTICE} .
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Fri Jan 11 2019 Mat Booth <mat.booth@redhat.com> - 2.9.4-5
|
||||
- Avoid running test that fails since Mockito 2.x
|
||||
|
||||
* Wed Aug 22 2018 Mat Booth <mat.booth@redhat.com> - 2.9.4-4
|
||||
- Allow conditional building of some extra modules
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user