save this IT for later

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@746082 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2009-02-20 01:11:20 +00:00
parent ebec72f2d0
commit 63cb06c4bb
2 changed files with 2 additions and 1 deletions

View File

@ -83,6 +83,7 @@ public class IntegrationTestSuite
// suite.addTestSuite( MavenITmng2994SnapshotRangeRepositoryTest.class );
// suite.addTestSuite( MavenITmng2771PomExtensionComponentOverrideTest.class );
// suite.addTestSuite( MavenITmng0612NewestConflictResolverTest.class );
// suite.addTestSuite( MavenITmng3714ToolchainsCliOptionTest.class );
// -------------------------------------------------------------------------------------------------------------
// Tests that don't run stable and need to be fixed

View File

@ -38,7 +38,7 @@ public class MavenITmng3714ToolchainsCliOptionTest
{
public MavenITmng3714ToolchainsCliOptionTest()
{
super( "[2.1.0,)" );
super( "[2.2.0,)" );
}
/**