mirror of https://github.com/apache/maven.git
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:
parent
733866dfd4
commit
d30f51a6a6
|
@ -65,7 +65,7 @@ public class DefaultArtifactCollectorTest
|
|||
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 class DefaultArtifactCollectorTest
|
|||
}
|
||||
}
|
||||
|
||||
public void testCircularDependencyIncludingCurrentProject()
|
||||
public void disabledtestCircularDependencyIncludingCurrentProject()
|
||||
throws ArtifactResolutionException
|
||||
{
|
||||
ArtifactSpec a = createArtifact( "a", "1.0" );
|
||||
|
|
Loading…
Reference in New Issue