Fix infinite loop for ALF-12229: WCMTestSuite.testSubmitDeletedItemsWithLF1 never exits on DB2

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@33078 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2012-01-06 11:30:05 +00:00
parent df468d099d
commit 4b8f097c7f

View File

@@ -240,6 +240,7 @@ public class AbstractWCMServiceImplTest extends TestCase
" Attempts: " + attempts);
// This failure is too common
// throw new AlfrescoRuntimeException("Too many poll attempts: "+attempts);
break;
}
}
}