[java-idp-integration-tests] 04/04: Temporarily (?) ignore idp.CommandLine module

Tom Zeller tzeller at dragonacea.biz
Thu May 18 00:04:19 UTC 2023


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=54463bd83a3bbb657e9bd75f7577d7e2c40e733f

commit 54463bd83a3bbb657e9bd75f7577d7e2c40e733f
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed May 17 19:03:57 2023 -0500

    Temporarily (?) ignore idp.CommandLine module
    
    https://shibboleth.atlassian.net/browse/IDP-2103 ?
---
 .../net/shibboleth/idp/integration/tests/BaseIntegrationTest.java     | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java
index bf791dc..2f659f3 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java
@@ -2382,6 +2382,10 @@ public abstract class BaseIntegrationTest {
                 if (strings[1].equals("idp.admin.UnlockKeys")) {
                     continue;
                 }
+                // TODO skip command line module
+                if (strings[1].equals("idp.CommandLine")) {
+                    continue;
+                }
                 disabledModules.add(strings[1]);
             }
         }

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


More information about the commits mailing list