mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
ALF-10330: Test disabled: PersonServiceTest.testCreatePersonMissingLastName
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30523 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -289,7 +289,7 @@ public class PersonServiceTest extends BaseWebScriptTest
|
||||
Status.STATUS_BAD_REQUEST);
|
||||
}
|
||||
|
||||
public void testCreatePersonMissingLastName() throws Exception
|
||||
public void DISABLED_testCreatePersonMissingLastName() throws Exception
|
||||
{
|
||||
String userName = RandomStringUtils.randomNumeric(6);
|
||||
|
||||
|
Reference in New Issue
Block a user