[MNG-3139] The skin does not exist: Unable to determine the release version

o Enabled IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@747526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-02-24 19:43:47 +00:00
parent 43e824ecee
commit 485eb8fc0b
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,6 @@ public class IntegrationTestSuite
// suite.addTestSuite( MavenITmng3714ToolchainsCliOptionTest.class );
// suite.addTestSuite( MavenITmng3645POMSyntaxErrorTest.class );
// suite.addTestSuite( MavenITmng3391ImportScopeErrorScenariosTest.class );
// suite.addTestSuite( MavenITmng3139UseCachedMetadataOfBlacklistedRepoTest.class );
// suite.addTestSuite( MavenITmng3038TransitiveDepManVersionTest.class );
// suite.addTestSuite( MavenITmng2994SnapshotRangeRepositoryTest.class );
// suite.addTestSuite( MavenITmng2771PomExtensionComponentOverrideTest.class );
@ -215,6 +214,7 @@ public class IntegrationTestSuite
suite.addTestSuite( MavenITmng3259DepsDroppedInMultiModuleBuildTest.class );
suite.addTestSuite( MavenITmng3220ImportScopeTest.class );
suite.addTestSuite( MavenITmng3217InterPluginDependencyTest.class );
suite.addTestSuite( MavenITmng3139UseCachedMetadataOfBlacklistedRepoTest.class );
suite.addTestSuite( MavenITmng3106ProfileMultipleActivatorsTest.class );
suite.addTestSuite( MavenITmng3099SettingsProfilesWithNoPomTest.class );
suite.addTestSuite( MavenITmng3057VersionExprTransformationsTest.class );

View File

@ -37,7 +37,7 @@ public class MavenITmng3139UseCachedMetadataOfBlacklistedRepoTest
public MavenITmng3139UseCachedMetadataOfBlacklistedRepoTest()
{
super( ALL_MAVEN_VERSIONS );
super( "[2.1.0,)" );
}
/**