diff --git a/infra/common/src/test/java/cn/hippo4j/common/executor/ThreadPoolExecutorUtilTest b/infra/common/src/test/java/cn/hippo4j/common/executor/ThreadPoolExecutorUtilTest index 032fce89..c3459d03 100644 --- a/infra/common/src/test/java/cn/hippo4j/common/executor/ThreadPoolExecutorUtilTest +++ b/infra/common/src/test/java/cn/hippo4j/common/executor/ThreadPoolExecutorUtilTest @@ -74,7 +74,6 @@ public class ThreadPoolExecutorUtilTest { Assert.assertEquals(newMaxPoolSize3, executor.getMaximumPoolSize()); } - @Test public void testException(){ // Test when the new core pool size is greater than the new maximum pool size, which should throw an IllegalArgumentException.