Skip to content

Commit 6442d47

Browse files
committed
[POOL-413] Disable
org.apache.commons.pool2.impl.TestGenericObjectPool.testAddObjectCanAddToMaxIdle()
1 parent 0b2b6a7 commit 6442d47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPool.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,7 @@ void testAddObjectCanAddToMaxIdle() throws Exception {
10081008
assertEquals(3, genericObjectPool.getNumIdle());
10091009
}
10101010

1011+
@Disabled("WIP for https://issues.apache.org/jira/browse/POOL-413")
10111012
@Test
10121013
@Timeout(value = 60000, unit = TimeUnit.MILLISECONDS)
10131014
void testAddObjectConcurrentCallsRespectsMaxIdle() throws Exception {

0 commit comments

Comments
 (0)