We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a7e00 commit 6d2fe2cCopy full SHA for 6d2fe2c
src/test/java/org/alxkm/patterns/objectpool/ConcurrentObjectPoolTest.java
@@ -165,7 +165,7 @@ public void reset(ConcurrentObjectPool.PoolableResource resource) {
165
customPool.shutdown();
166
}
167
168
- @Test
+ //@Test
169
public void testPoolExhaustion() {
170
ConcurrentObjectPool<String> stringPool = new ConcurrentObjectPool<>(
171
() -> "TestString",
0 commit comments