Skip to content
Snippets Groups Projects
Commit a6faaa5d authored by Mattias Ellert's avatar Mattias Ellert
Browse files

Disable CRL tests

parent 1c93c3cb
No related branches found
No related tags found
No related merge requests found
voms-api-java (2.0.10-2) unstable; urgency=low
* Disable CRL tests - the CRL in the sources has expired (Closes: #726229)
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Mon, 14 Oct 2013 16:57:04 +0200
voms-api-java (2.0.10-1) unstable; urgency=low
* Update to version 2.0.10
......
......@@ -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.48</bouncycastle.version>
- <excludedTests>**/LoadTest.java</excludedTests>
+ <excludedTests>**/LoadTest.java,**/TestCerts.java</excludedTests>
+ <excludedTests>**/LoadTest.java,**/TestCerts.java,**/TestCRL.java</excludedTests>
</properties>
<profiles>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment