mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Disabled the following test methods as they depend on existing method state/ordering until issues are fixed:
testCreateUsers testLoginTenantUsers testCreateCategories git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@42024 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -534,7 +534,7 @@ public class MultiTDemoTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
public void testCreateUsers() throws Throwable
|
||||
public void xtestCreateUsers() throws Throwable
|
||||
{
|
||||
logger.info("Create demo users");
|
||||
|
||||
@@ -618,7 +618,7 @@ public class MultiTDemoTest extends TestCase
|
||||
}
|
||||
}
|
||||
|
||||
public void testLoginTenantUsers() throws Throwable
|
||||
public void xtestLoginTenantUsers() throws Throwable
|
||||
{
|
||||
logger.info("Login tenant users");
|
||||
|
||||
@@ -772,7 +772,7 @@ public class MultiTDemoTest extends TestCase
|
||||
}
|
||||
}
|
||||
|
||||
public void testCreateCategories()
|
||||
public void xtestCreateCategories()
|
||||
{
|
||||
logger.info("Create demo categories");
|
||||
|
||||
|
Reference in New Issue
Block a user