Disable CRL tests (the CRL in the sources has expired)

This commit is contained in:
Mattias Ellert 2013-10-14 18:41:26 +02:00
commit c7ae3ec1e3
3 changed files with 6 additions and 2 deletions

View file

@ -6,7 +6,7 @@ diff -ur voms-api-java-2_0_10.orig/pom.xml voms-api-java-2_0_10/pom.xml
<assembly.javadoc.dir>/usr/share/javadoc/${project.name}</assembly.javadoc.dir>
<bouncycastle.version>1.45</bouncycastle.version>
- <excludedTests>**/LoadTest.java</excludedTests>
+ <excludedTests>**/LoadTest.java,**/TestCerts.java</excludedTests>
+ <excludedTests>**/LoadTest.java,**/TestCerts.java,**/TestCRL.java</excludedTests>
</properties>
<profiles>