mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
REPO-1995: disable the test testConcurrentArchive until REPO-2783 is done
This commit is contained in:
@@ -392,9 +392,11 @@ public class NodeServiceTest
|
||||
* See: <a href="https://issues.alfresco.com/jira/browse/ALF-5714">ALF-5714</a><br/>
|
||||
* See: <a href="https://issues.alfresco.com/jira/browse/ALF-16888">ALF-16888</a>
|
||||
* <p/>
|
||||
* Note: if this test hangs for MySQL then check if 'innodb_locks_unsafe_for_binlog = true' (and restart MySQL + test)
|
||||
* Note: if this test hangs for MySQL then check if 'innodb_locks_unsafe_for_binlog = true' (and restart MySQL + test)
|
||||
*
|
||||
* TODO add @Test marker back to the test after REPO-2783 is fixed
|
||||
*/
|
||||
@Test public void testConcurrentArchive() throws Exception
|
||||
public void testConcurrentArchive() throws Exception
|
||||
{
|
||||
Dialect dialect = (Dialect) APP_CONTEXT_INIT.getApplicationContext().getBean("dialect");
|
||||
if (dialect.getClass().getName().contains("DB2"))
|
||||
|
Reference in New Issue
Block a user