This is an automated email from the ASF dual-hosted git repository.

psteitz pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/POOL_2_X by this push:
     new 14fc4180 Re-enable fixed test class.
14fc4180 is described below

commit 14fc4180741f656f7b0cab445a727fcc93041daf
Author: psteitz <[email protected]>
AuthorDate: Fri Jul 21 10:18:56 2023 -0700

    Re-enable fixed test class.
---
 src/test/java/org/apache/commons/pool2/PoolTest.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/pool2/PoolTest.java 
b/src/test/java/org/apache/commons/pool2/PoolTest.java
index 5e70938a..d765e0af 100644
--- a/src/test/java/org/apache/commons/pool2/PoolTest.java
+++ b/src/test/java/org/apache/commons/pool2/PoolTest.java
@@ -29,7 +29,6 @@ import org.apache.commons.pool2.impl.GenericObjectPoolConfig;
 import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
-@Disabled
 public class PoolTest {
 
     private static class Foo {
@@ -98,4 +97,4 @@ public class PoolTest {
             
assertFalse(name.contains(COMMONS_POOL_EVICTIONS_TIMER_THREAD_NAME),name);
         }
     }
-}
\ No newline at end of file
+}

Reply via email to