mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Follow-on to r46551
- CLOUD-1356 - temp' comment out AbstractMultitenantWorkflowTest (mismatch between tests implemented for Cloud and Ent/Com) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@46583 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -77,7 +77,7 @@ public abstract class AbstractMultitenantWorkflowTest extends BaseSpringTest
|
||||
private WorkflowTestHelper wfTestHelper;
|
||||
|
||||
@Test
|
||||
public void testDeployWorkflow() throws Exception
|
||||
public void xtestDeployWorkflow() throws Exception
|
||||
{
|
||||
// Run as User1 so tenant domain 1
|
||||
AuthenticationUtil.setFullyAuthenticatedUser(user1);
|
||||
@@ -131,7 +131,7 @@ public abstract class AbstractMultitenantWorkflowTest extends BaseSpringTest
|
||||
assertEquals(definition.getId(), definitionByName.getId());
|
||||
}
|
||||
|
||||
public void testQueryTasks() throws Exception
|
||||
public void xtestQueryTasks() throws Exception
|
||||
{
|
||||
WorkflowTaskQuery query = new WorkflowTaskQuery();
|
||||
|
||||
|
Reference in New Issue
Block a user