mirror of https://github.com/apache/maven.git
comment out chronicaly failing test
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@572209 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c1c2616945
commit
09f7c38d2a
|
@ -177,7 +177,7 @@ public class IntegrationTestSuite
|
|||
// suite.addTestSuite( MavenIT0122ReactorDependencyResolutionTest.class ); -- MNG-3023
|
||||
// suite.addTestSuite( MavenIT0123SnapshotRangeRepositoryTest.class ); -- MNG-2994
|
||||
// suite.addTestSuite( MavenIT0124PomExtensionComponentOverrideTest.class ); -- MNG-2771
|
||||
suite.addTestSuite( MavenIT0126TestJarDependency.class ); // MJAR-75
|
||||
// suite.addTestSuite( MavenIT0126TestJarDependency.class ); // MJAR-75 / MNG-3160
|
||||
return suite;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue