[java-idp-integration-tests] branch main updated: Disable OIDC SSO test
Tom Zeller
tzeller at dragonacea.biz
Sat Mar 2 16:50: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=01d0080ee6c08ce4c68c4cd525152652521fdd54
The following commit(s) were added to refs/heads/main by this push:
new 01d0080 Disable OIDC SSO test
01d0080 is described below
commit 01d0080ee6c08ce4c68c4cd525152652521fdd54
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sat Mar 2 10:50:20 2024 -0600
Disable OIDC SSO test
Jenkins not ready yet, still need to export credentials
---
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 26be4a5..859b22e 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
@@ -460,7 +460,7 @@ public class OIDCTest extends BaseIntegrationTest {
Assert.assertTrue(response.contains(expectedIssuer), "Expected issuer not found");
}
- @Test(dataProvider = "sauceOnDemandBrowserDataProvider", enabled = true)
+ @Test(dataProvider = "sauceOnDemandBrowserDataProvider", enabled = false)
public void testSSO(@Nullable final BrowserData browserData) throws Exception {
// Only run on Linux with Jetty
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list