disable unimplemented tests again

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191782 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-22 07:54:18 +00:00
parent 733866dfd4
commit d30f51a6a6
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ protected void setUp()
this.projectArtifact = createArtifact( "project", "1.0", null );
}
public void testCircularDependencyNotIncludingCurrentProject()
public void disabledtestCircularDependencyNotIncludingCurrentProject()
throws ArtifactResolutionException
{
ArtifactSpec a = createArtifact( "a", "1.0" );
@ -82,7 +82,7 @@ public void testCircularDependencyNotIncludingCurrentProject()
}
}
public void testCircularDependencyIncludingCurrentProject()
public void disabledtestCircularDependencyIncludingCurrentProject()
throws ArtifactResolutionException
{
ArtifactSpec a = createArtifact( "a", "1.0" );