[java-idp-integration-tests] 02/02: Enable OIDC test
Tom Zeller
tzeller at dragonacea.biz
Sun Jul 14 21:44:10 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=32be76345d26b84e62d07fa28a88ebd91f37248c
commit 32be76345d26b84e62d07fa28a88ebd91f37248c
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sun Jul 14 16:43:57 2024 -0500
Enable OIDC test
---
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 00d58c4..cab9078 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
@@ -510,7 +510,7 @@ public class OIDCTest extends BaseIntegrationTest {
* @throws Exception
* if an error occurs
*/
- @Test(dataProvider = "sauceOnDemandBrowserDataProvider", enabled = false)
+ @Test(dataProvider = "sauceOnDemandBrowserDataProvider", enabled = true)
public void testSSO(@Nullable final BrowserData browserData) throws Exception {
// Only run if IdP V5 or later on Linux
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list