o Disabled ITs checking POM repositories in 3.x

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@752069 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-03-10 11:27:43 +00:00
parent 6d7ceeb341
commit 021d405b8b
3 changed files with 9 additions and 0 deletions

View File

@ -67,6 +67,9 @@ public class MavenITmng3948ParentResolutionFromProfileReposTest
public void testitFromPom()
throws Exception
{
// TODO: fate of POM repositories in 3.x is unclear, disabled for now
requiresMavenVersion( "[2.0,3.0-alpha-1)" );
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3948/test-2" );
Verifier verifier = new Verifier( testDir.getAbsolutePath() );

View File

@ -67,6 +67,9 @@ public class MavenITmng3970DepResolutionFromProfileReposTest
public void testitFromPom()
throws Exception
{
// TODO: fate of POM repositories in 3.x is unclear, disabled for now
requiresMavenVersion( "[2.0,3.0-alpha-1)" );
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3970/test-2" );
Verifier verifier = new Verifier( testDir.getAbsolutePath() );

View File

@ -45,6 +45,9 @@ public class MavenITmng3983PluginResolutionFromProfileReposTest
public void testitFromPom()
throws Exception
{
// TODO: fate of POM repositories in 3.x is unclear, disabled for now
requiresMavenVersion( "[2.0,3.0-alpha-1)" );
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3983/test-1" );
Verifier verifier = new Verifier( testDir.getAbsolutePath() );