[java-idp-integration-tests] branch main updated: Disable OIDC test

Tom Zeller tzeller at dragonacea.biz
Thu Feb 22 12:51:19 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=c583a25d0137409b669363e065a4ea678a6db921

The following commit(s) were added to refs/heads/main by this push:
     new c583a25  Disable OIDC test
c583a25 is described below

commit c583a25d0137409b669363e065a4ea678a6db921
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Feb 22 06:51:06 2024 -0600

    Disable OIDC test
    
    Not ready yet - Jenkins needs some additional config
---
 src/test/java/net/shibboleth/idp/integration/tests/oidc/OIDCTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/net/shibboleth/idp/integration/tests/oidc/OIDCTest.java b/src/test/java/net/shibboleth/idp/integration/tests/oidc/OIDCTest.java
index 5277dbb..4635372 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/oidc/OIDCTest.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/oidc/OIDCTest.java
@@ -44,7 +44,7 @@ public class OIDCTest extends BaseIntegrationTest {
 
     }
 
-    @Test(dataProvider = "sauceOnDemandBrowserDataProvider")
+    @Test(dataProvider = "sauceOnDemandBrowserDataProvider", enabled = false)
     public void testRP(@Nullable final BrowserData browserData) throws Exception {
 
         // Start the RP

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


More information about the commits mailing list