From a1c90b0951c84217e9b30873b2e64dd52185a616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E9=97=B4=E9=82=AE=E9=80=92=E5=91=98?= <78356082+barret-yzh@users.noreply.github.com> Date: Fri, 26 May 2023 20:03:10 +0800 Subject: [PATCH] Update ThreadPoolExecutorUtilTest --- .../java/cn/hippo4j/common/executor/ThreadPoolExecutorUtilTest | 1 - 1 file changed, 1 deletion(-) 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.