You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/03/18 13:02:15 UTC

[maven-integration-testing] branch master updated: Document MNG-6613

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 24a0aca  Document MNG-6613
24a0aca is described below

commit 24a0aca91256b331e358f95bd4ee2c56a05bbfa2
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Mar 18 14:02:07 2019 +0100

    Document MNG-6613
---
 .../src/test/java/org/apache/maven/it/IntegrationTestSuite.java          | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java b/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java
index c47ff0c..e9b3084 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java
@@ -496,6 +496,7 @@ public class IntegrationTestSuite
         suite.addTestSuite( MavenITmng3477DependencyResolutionErrorMessageTest.class );
         suite.addTestSuite( MavenITmng3475BaseAlignedDirTest.class );
         suite.addTestSuite( MavenITmng3470StrictCheckumVerificationOfDependencyPomTest.class );
+		// Fails in a locked-down environment, see MNG-6613
         suite.addTestSuite( MavenITmng3461MirrorMatchingTest.class );
         suite.addTestSuite( MavenITmng3441MetadataUpdatedFromDeploymentRepositoryTest.class );
         suite.addTestSuite( MavenITmng3428PluginDescriptorArtifactsIncompleteTest.class );