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:
@@ -393,8 +393,10 @@ public class NodeServiceTest
|
|||||||
* See: <a href="https://issues.alfresco.com/jira/browse/ALF-16888">ALF-16888</a>
|
* See: <a href="https://issues.alfresco.com/jira/browse/ALF-16888">ALF-16888</a>
|
||||||
* <p/>
|
* <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");
|
Dialect dialect = (Dialect) APP_CONTEXT_INIT.getApplicationContext().getBean("dialect");
|
||||||
if (dialect.getClass().getName().contains("DB2"))
|
if (dialect.getClass().getName().contains("DB2"))
|
||||||
|
Reference in New Issue
Block a user