Disable failing tests due to changes in bouncycastle

This commit is contained in:
Mattias Ellert 2022-01-14 09:15:19 +01:00
commit 802372a16f

View file

@ -1,6 +1,6 @@
Name: voms-api-java
Version: 3.3.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Virtual Organization Membership Service Java API
License: ASL 2.0
@ -56,6 +56,12 @@ Virtual Organization Membership Service (VOMS) Java API Documentation.
# Remove license plugin
%pom_remove_plugin com.mycila.maven-license-plugin:maven-license-plugin
# These tests fail due to changes to the ASN1TaggedObject class in
# bouncycastle 1.70 - remove until fixed
# https://github.com/italiangrid/voms-api-java/issues/28
rm src/test/java/org/italiangrid/voms/test/ac/TestACGeneration.java
rm src/test/java/org/italiangrid/voms/test/ac/TestFakeVOMSACService.java
%build
%mvn_build
@ -71,6 +77,9 @@ Virtual Organization Membership Service (VOMS) Java API Documentation.
%license LICENSE
%changelog
* Fri Jan 14 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 3.3.2-4
- Disable failing tests due to changes in bouncycastle
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild