[java-support] branch maint-7 updated: JSPT-89 Disable IdleConectionSweeperTest pending rework

Rod Widdowson rdw at steadingsoftware.com
Sun Jun 2 05:34:33 EDT 2019


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch maint-7
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=55ac554637b5d497d7fc13adf0b38113ab26ff0a

The following commit(s) were added to refs/heads/maint-7 by this push:
       new  55ac554   JSPT-89 Disable IdleConectionSweeperTest pending rework
55ac554 is described below

commit 55ac554637b5d497d7fc13adf0b38113ab26ff0a
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 cfeda09..614f796 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
@@ -30,7 +30,7 @@ public class IdleConectionSweeperTest {
 
     private final long SWEEP_INTERVAL = 50;
 
-    @Test public void test() throws Exception {
+    @Test(enabled = false) public void test() throws Exception {
         PoolingHttpClientConnectionManager connectionManager = new PoolingHttpClientConnectionManager();
 
         IdleConnectionSweeper sweeper = new IdleConnectionSweeper(connectionManager, 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