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

Disable tests that fail due to more expired certificates

parent a5e78dc2
No related branches found
No related tags found
No related merge requests found
voms-api-java (3.3.2-5) unstable; urgency=medium
* Disable tests that fail due to more expired certificates
-- Mattias Ellert <mattias.ellert@physics.uu.se> Tue, 13 Dec 2022 09:42:22 +0100
voms-api-java (3.3.2-4) unstable; urgency=medium
* Disable tests that fail due to expired certificates (Closes: #1021551)
......
......@@ -9,3 +9,5 @@ voms-api-java-disable-some-tests.patch
voms-api-java-expired-2022-09-24.patch
# 2022-10-08 (test_host_cnaf_infn_it.cert.pem)
voms-api-java-expired-2022-10-08.patch
# 2022-12-02 (test_host_2_cnaf_infn_it.cert.pem)
voms-api-java-expired-2022-12-12.patch
diff --git a/src/test/java/org/italiangrid/voms/test/ac/TestACValidator.java b/src/test/java/org/italiangrid/voms/test/ac/TestACValidator.java
index 8b420a9..ef0b14a 100644
--- a/src/test/java/org/italiangrid/voms/test/ac/TestACValidator.java
+++ b/src/test/java/org/italiangrid/voms/test/ac/TestACValidator.java
@@ -111,7 +111,7 @@ public class TestACValidator implements Fixture {
Assert.assertEquals(VOMSValidationErrorCode.acHolderDoesntMatchCertChain, m.getErrorCode());
}
- @Test
+ // @Test
public void testSignatureCheckFailure() throws Exception {
ProxyCertificate proxy = Utils.getVOMSAA().createVOMSProxy(holder, defaultVOFqans);
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