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:
Brett Porter 2007-09-03 01:26:44 +00:00
parent c1c2616945
commit 09f7c38d2a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}