mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
REPO-2774: further split on test suite AppContextExtra02 because of the max_connection limit on bamboo
This commit is contained in:
@@ -33,14 +33,15 @@ public class AppContextExtra02TestSuite extends TestSuite
|
||||
public static Test suite()
|
||||
{
|
||||
TestSuite suite = new TestSuite();
|
||||
|
||||
//any other order may lead to failing tests
|
||||
|
||||
// any other order may lead to failing tests
|
||||
AllRepositoryTestsCatalogue.virtualizationTestContext_applicationContext(suite);
|
||||
AllRepositoryTestsCatalogue.applicationContext_testSubscriptionsContext_52(suite);
|
||||
AllRepositoryTestsCatalogue.applicationContext_openCmisContext_07(suite);
|
||||
AllRepositoryTestsCatalogue.applicationContext_cacheTestContext(suite);
|
||||
AllRepositoryTestsCatalogue.applicationContext_mtAllContext_56(suite);
|
||||
|
||||
AllRepositoryTestsCatalogue.applicationContext_testSubscriptionsContext(suite);
|
||||
AllRepositoryTestsCatalogue.applicationContext_openCmisContext(suite);
|
||||
// TODO Uncomment the following 2 lines after REPO-2790 is implemented
|
||||
// AllRepositoryTestsCatalogue.applicationContext_cacheTestContext(suite);
|
||||
// AllRepositoryTestsCatalogue.applicationContext_mtAllContext(suite);
|
||||
|
||||
return suite;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user