[java-identity-provider] 03/03: Supress dependency test.

Rod Widdowson rdw at steadingsoftware.com
Fri Dec 31 14:34:30 UTC 2021


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch maint-4.1
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=41a17fe9a21f2f33859d622254f76e4779c79a4a

commit 41a17fe9a21f2f33859d622254f76e4779c79a4a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Dec 29 13:56:20 2021 +0000

    Supress dependency test.
    
    The enforcer dependency checker plugin does the heavy lifting
---
 .../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 16e53516d..beb53cc4d 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
@@ -159,7 +159,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