Uncommented test accidentally checked in

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32626 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2011-12-08 08:22:39 +00:00
parent cfae57c1d6
commit bfbdb8ed8a

View File

@@ -117,7 +117,7 @@ public class OpenCmisLocalTest extends TestCase
assertNotNull("No repository available for testing", repository);
}
public void testBasicFileOps()
public void DISABLED_testBasicFileOps()
{
Repository repository = getRepository("admin", "admin");
Session session = repository.createSession();