REPO-1995: disable the test testConcurrentArchive until REPO-2783 is done

This commit is contained in:
Andrei Rebegea
2017-08-08 12:08:50 +03:00
parent 37681212e3
commit b041d4128d

View File

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