disable unpredictable

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630794 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2008-02-25 10:32:51 +00:00
parent c9be817d7c
commit 021411ed6e
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ public class MavenProjectInfoReportsPluginDependencyGraphTest
extends AbstractDependencyGraphFactoryTestCase extends AbstractDependencyGraphFactoryTestCase
{ {
/* TODO: Can't test a snapshot dependency from the repository
public void testResolvedDepsToNodes() public void testResolvedDepsToNodes()
throws GraphTaskException throws GraphTaskException
{ {
@ -136,5 +137,6 @@ public class MavenProjectInfoReportsPluginDependencyGraphTest
assertGraph( graph, expectedRootRef, expectedNodes ); assertGraph( graph, expectedRootRef, expectedNodes );
} }
*/
} }