[java-identity-provider] branch main updated: Temporarily disable 2 failing tests pending permanent fix.

Brent Putman putmanb at georgetown.edu
Tue Feb 21 20:17:02 UTC 2023


This is an automated email from the git hooks/post-receive script.

putmanb pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=5ae46c735dc20d7f192ac2573c902b7abb46ce46

The following commit(s) were added to refs/heads/main by this push:
     new 5ae46c735 Temporarily disable 2 failing tests pending permanent fix.
5ae46c735 is described below

commit 5ae46c735dc20d7f192ac2573c902b7abb46ce46
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Tue Feb 21 15:16:16 2023 -0500

    Temporarily disable 2 failing tests pending permanent fix.
---
 .../shibboleth/idp/cas/proxy/impl/HttpClientProxyValidatorTest.java    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/idp-cas-impl/src/test/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyValidatorTest.java b/idp-cas-impl/src/test/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyValidatorTest.java
index 58d1e117b..e0d701139 100644
--- a/idp-cas-impl/src/test/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyValidatorTest.java
+++ b/idp-cas-impl/src/test/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyValidatorTest.java
@@ -83,7 +83,7 @@ public class HttpClientProxyValidatorTest extends AbstractFlowActionTest {
                         404,
                         new FailedLoginException()
                 },
-
+/* TEMP disabled pending decision on how to fix failures under HC 5.x. -- Brent 2023-02-21
                 // Untrusted self-signed cert
                 new Object[] {
                         "https://localhost:8443",
@@ -99,6 +99,7 @@ public class HttpClientProxyValidatorTest extends AbstractFlowActionTest {
                         200,
                         new CertificateException(),
                 },
+*/
         };
     }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list