mirror of https://github.com/apache/maven.git
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:
parent
ebec72f2d0
commit
63cb06c4bb
|
@ -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
|
||||
|
|
|
@ -38,7 +38,7 @@ public class MavenITmng3714ToolchainsCliOptionTest
|
|||
{
|
||||
public MavenITmng3714ToolchainsCliOptionTest()
|
||||
{
|
||||
super( "[2.1.0,)" );
|
||||
super( "[2.2.0,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue