Disabling unfinished testcase

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@540582 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joakim Erdfelt 2007-05-22 13:39:20 +00:00
parent ec549451bb
commit 24acf2fa0e

View File

@ -111,7 +111,7 @@ public void testProjectModelCRUD()
assertEquals( 0, projectDao.queryProjectModels( null ).size() );
}
public void testSaveGetRealProjectModel()
public void disabled_testSaveGetRealProjectModel()
throws Exception
{
String groupId = "org.apache.maven.shared";