[java-identity-provider] branch main updated: Fix build by commenting out tests for not-yet ready classes
Rod Widdowson
rdw at steadingsoftware.com
Sun May 28 15:15:28 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=0f4620075fa8007bcf85f451ed70499794be586e
The following commit(s) were added to refs/heads/main by this push:
new 0f4620075 Fix build by commenting out tests for not-yet ready classes
0f4620075 is described below
commit 0f4620075fa8007bcf85f451ed70499794be586e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun May 28 16:15:21 2023 +0100
Fix build by commenting out tests for not-yet ready classes
---
.../src/test/java/net/shibboleth/idp/installer/TestInstallerCLI.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-installer/src/test/java/net/shibboleth/idp/installer/TestInstallerCLI.java b/idp-installer/src/test/java/net/shibboleth/idp/installer/TestInstallerCLI.java
index 94e86eb80..9986cae9c 100644
--- a/idp-installer/src/test/java/net/shibboleth/idp/installer/TestInstallerCLI.java
+++ b/idp-installer/src/test/java/net/shibboleth/idp/installer/TestInstallerCLI.java
@@ -21,7 +21,7 @@ import org.testng.annotations.Test;
import net.shibboleth.idp.installer.impl.IdPInstallerCLI;
import net.shibboleth.idp.installer.impl.InstallerProperties;
-import net.shibboleth.idp.installer.impl.UpdateIdPCLI;
+//import net.shibboleth.idp.installer.impl.UpdateIdPCLI;
/**
*
*/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list