diff --git a/src/test/java/org/alfresco/repo/node/NodeServiceTest.java b/src/test/java/org/alfresco/repo/node/NodeServiceTest.java index f3fedbab4f..5262aff534 100644 --- a/src/test/java/org/alfresco/repo/node/NodeServiceTest.java +++ b/src/test/java/org/alfresco/repo/node/NodeServiceTest.java @@ -392,9 +392,11 @@ public class NodeServiceTest * See: ALF-5714
* See: ALF-16888 *

- * 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"))