[java-idp-integration-tests] branch main updated: Enable RP plugin test

Tom Zeller tzeller at dragonacea.biz
Fri Sep 6 15:08:29 UTC 2024


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

tzeller pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=5753e1f5262cbbe3d9cfe2c14572fe46d08147ee

The following commit(s) were added to refs/heads/main by this push:
     new 5753e1f  Enable RP plugin test
5753e1f is described below

commit 5753e1f5262cbbe3d9cfe2c14572fe46d08147ee
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Sep 6 10:08:19 2024 -0500

    Enable RP plugin test
    
    Now that the Windows and Linux AMIs have been updated with
    
    127.0.0.1 op.tests.shibboleth.net
    
    in their hosts files
---
 src/test/java/net/shibboleth/idp/integration/tests/oidc/RPTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/net/shibboleth/idp/integration/tests/oidc/RPTest.java b/src/test/java/net/shibboleth/idp/integration/tests/oidc/RPTest.java
index 830959e..0cc2618 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/oidc/RPTest.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/oidc/RPTest.java
@@ -960,7 +960,7 @@ public class RPTest extends BaseOPTest {
         });
     }
 
-    @Test(enabled = false)
+    @Test(enabled = true)
     public void testProxyAuthentication() throws Exception {
 
         setUpOP();

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


More information about the commits mailing list