REPO-2774: further split on test suite AppContextExtra02 because of the max_connection limit on bamboo

This commit is contained in:
Andrei Rebegea
2017-08-07 15:18:07 +03:00
parent 2d05837fe3
commit 4a74ae93b6
6 changed files with 64 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ public class MinContextTestSuite extends TestSuite
public static Test suite()
{
TestSuite suite = new TestSuite();
AllRepositoryTestsCatalogue.minimalContext_16(suite);
AllRepositoryTestsCatalogue.minimalContext(suite);
return suite;
}
}