[java-identity-provider] branch main updated: Supress test. The multi builds don't run it

Rod Widdowson rdw at steadingsoftware.com
Sat Jun 26 03:37:46 UTC 2021


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=77b033ada9cd3a56772265f1aaaa42e1532ec3bc

The following commit(s) were added to refs/heads/main by this push:
       new  77b033ada Supress test. The multi builds don't run it
77b033ada is described below

commit 77b033ada9cd3a56772265f1aaaa42e1532ec3bc
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jun 26 04:37:17 2021 +0100

    Supress test. The multi builds don't run it
---
 .../src/test/java/net/shibboleth/idp/dependencies/DependencyTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-installer/src/test/java/net/shibboleth/idp/dependencies/DependencyTest.java b/idp-installer/src/test/java/net/shibboleth/idp/dependencies/DependencyTest.java
index 266048397..6c67153d8 100644
--- a/idp-installer/src/test/java/net/shibboleth/idp/dependencies/DependencyTest.java
+++ b/idp-installer/src/test/java/net/shibboleth/idp/dependencies/DependencyTest.java
@@ -155,7 +155,7 @@ public class DependencyTest extends OpenSAMLInitBaseTestCase implements PomLoade
      * @throws IOException if the file doesn't exist
      * @throws MavenInvocationException if we fail to download a pom or a dependency
      */
-    @Test(enabled=true) public void testDependencies() throws IOException, MavenInvocationException {
+    @Test(enabled=false) public void testDependencies() throws IOException, MavenInvocationException {
         if (!idpParent.getDuplicates().isEmpty()) {
             report.format("Duplicates found parsing the poms\n");
             for (final Pair<PomArtifact,PomArtifact> poms : idpParent.getDuplicates()) {

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


More information about the commits mailing list