Skip to content

Commit 8f99713

Browse files
committed
minor clean up
1 parent 7320439 commit 8f99713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/test/java/org/asynchttpclient/channel/ConnectionPoolTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public void testMaxTotalConnectionsException() throws Throwable {
8989
}
9090
}
9191

92-
@Test(groups = "standalone", invocationCount = 10, alwaysRun = true)
92+
@Test(groups = "standalone", invocationCount = 10)
9393
public void asyncDoGetKeepAliveHandlerTest_channelClosedDoesNotFail() throws Exception {
9494

9595
try (AsyncHttpClient client = asyncHttpClient()) {

0 commit comments

Comments
 (0)