[java-support] branch master updated: JSPT-89 Disable IdleConectionSweeperTest pending rework
Rod Widdowson
rdw at steadingsoftware.com
Sun Jun 2 05:33:41 EDT 2019
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=28c1aabba80b2ffe9ab1fc87b8f6f42f7e581918
The following commit(s) were added to refs/heads/master by this push:
new 28c1aab JSPT-89 Disable IdleConectionSweeperTest pending rework
28c1aab is described below
commit 28c1aabba80b2ffe9ab1fc87b8f6f42f7e581918
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jun 2 10:32:41 2019 +0100
JSPT-89 Disable IdleConectionSweeperTest pending rework
https://issues.shibboleth.net/jira/browse/JSPT-89
---
.../utilities/java/support/httpclient/IdleConectionSweeperTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/net/shibboleth/utilities/java/support/httpclient/IdleConectionSweeperTest.java b/src/test/java/net/shibboleth/utilities/java/support/httpclient/IdleConectionSweeperTest.java
index f7a0175..aa3c4f2 100644
--- a/src/test/java/net/shibboleth/utilities/java/support/httpclient/IdleConectionSweeperTest.java
+++ b/src/test/java/net/shibboleth/utilities/java/support/httpclient/IdleConectionSweeperTest.java
@@ -32,7 +32,7 @@ public class IdleConectionSweeperTest {
private final Duration SWEEP_INTERVAL = Duration.ofMillis(50);
- @Test public void test() throws Exception {
+ @Test(enabled = false) public void test() throws Exception {
PoolingHttpClientConnectionManager connectionManager = new PoolingHttpClientConnectionManager();
IdleConnectionSweeper sweeper = new IdleConnectionSweeper(connectionManager, Duration.ofMillis(30), SWEEP_INTERVAL);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list