From b041d4128d05c8f9817832805d089b94fab2ea91 Mon Sep 17 00:00:00 2001 From: Andrei Rebegea Date: Tue, 8 Aug 2017 12:08:50 +0300 Subject: [PATCH] REPO-1995: disable the test testConcurrentArchive until REPO-2783 is done --- src/test/java/org/alfresco/repo/node/NodeServiceTest.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"))