[java-identity-provider] branch master updated: Supress local only (for now) test
Rod Widdowson
rdw at steadingsoftware.com
Sat Jun 27 12:23:07 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=3a999e9f8270efce540792a087c313f17d697888
The following commit(s) were added to refs/heads/master by this push:
new 3a999e9f8 Supress local only (for now) test
3a999e9f8 is described below
commit 3a999e9f8270efce540792a087c313f17d697888
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jun 27 13:22:44 2020 +0100
Supress local only (for now) test
---
.../shibboleth/idp/installer/plugin/impl/PluginInstallerTest.java | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
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 3d475884a..507cf1d2f 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
@@ -21,7 +21,6 @@ import static org.testng.Assert.assertEquals;
import java.io.File;
import java.io.IOException;
-import java.nio.file.Path;
import java.util.List;
import org.springframework.core.io.ClassPathResource;
@@ -44,7 +43,7 @@ public class PluginInstallerTest {
}
}
- @Test public void testUnpackZip() throws ComponentInitializationException, IOException {
+ @Test(enabled = false) public void testUnpackZip() throws ComponentInitializationException, IOException {
try (final PluginInstaller inst = new PluginInstaller()) {
inst.setIdpHome(new ClassPathResource("idphome-test").getFile().toPath());
inst.initialize();
@@ -53,7 +52,7 @@ public class PluginInstallerTest {
}
}
- @Test public void testUnpackTgz() throws ComponentInitializationException, IOException {
+ @Test(enabled = false) public void testUnpackTgz() throws ComponentInitializationException, IOException {
try (final PluginInstaller inst = new PluginInstaller()) {
inst.setIdpHome(new ClassPathResource("idphome-test").getFile().toPath());
inst.initialize();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list