[java-identity-provider] branch main updated: Turn analysis-only test off
Rod Widdowson
rdw at steadingsoftware.com
Sat Nov 21 15:44:01 UTC 2020
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=fec4590b4ab82534caa1138eb3fa03441e78e86c
The following commit(s) were added to refs/heads/main by this push:
new fec4590b4 Turn analysis-only test off
fec4590b4 is described below
commit fec4590b4ab82534caa1138eb3fa03441e78e86c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Nov 21 15:43:41 2020 +0000
Turn analysis-only test off
---
.../net/shibboleth/idp/installer/plugin/impl/PluginInstallerTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerTest.java b/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerTest.java
index 12c98ab13..394dfd122 100644
--- a/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerTest.java
+++ b/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerTest.java
@@ -99,7 +99,7 @@ public class PluginInstallerTest extends BasePluginTest {
}
}
- @Test(enabled = true) public void testUnpackZipFile() throws ComponentInitializationException, IOException {
+ @Test(enabled = false) public void testUnpackZipFile() throws ComponentInitializationException, IOException {
try (final PluginInstaller inst = new PluginInstaller()) {
inst.setIdpHome(getIdpHome());
inst.setAcceptCert(loggingAcceptCert);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list