Disable the automatic poolSize option
it creates more issues than benefits
This commit is contained in:
@@ -117,12 +117,6 @@ public class UtilsTest {
|
||||
assertThat(Utils.isCollectionEmpty(null), equalTo(true));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void shouldReturnCoreCount() {
|
||||
// given / when / then
|
||||
assertThat(Utils.getCoreCount(), greaterThan(0));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void shouldLogAndSendWarning() {
|
||||
// given
|
||||
|
||||
Reference in New Issue
Block a user