commit | ee42177dcbaa3a49ece9fb0d8f0e22d9a89bb62c | [log] [tgz] |
---|---|---|
author | Oleg Kalnichevski <olegk@apache.org> | Sat Jun 18 12:30:20 2016 +0000 |
committer | Oleg Kalnichevski <olegk@apache.org> | Sat Jun 18 12:30:20 2016 +0000 |
tree | def0c4199b8f787ba786acfa63223ed928c4f9bf | |
parent | 369d1a091662d6498b54822de1900c8e1a4567df [diff] |
Disabled test failing on some Windows platforms git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/branches/4.1.x@1748981 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httpasyncclient/src/test/java/org/apache/http/nio/client/integration/TestHttpAsyncPrematureTermination.java b/httpasyncclient/src/test/java/org/apache/http/nio/client/integration/TestHttpAsyncPrematureTermination.java index 87c8595..09c8917 100644 --- a/httpasyncclient/src/test/java/org/apache/http/nio/client/integration/TestHttpAsyncPrematureTermination.java +++ b/httpasyncclient/src/test/java/org/apache/http/nio/client/integration/TestHttpAsyncPrematureTermination.java
@@ -63,6 +63,7 @@ import org.apache.http.protocol.HttpContext; import org.apache.http.protocol.HttpCoreContext; import org.junit.Assert; +import org.junit.Ignore; import org.junit.Test; public class TestHttpAsyncPrematureTermination extends HttpAsyncTestBase { @@ -235,7 +236,7 @@ Assert.assertTrue(latch.await(5, TimeUnit.SECONDS)); } - @Test + @Test @Ignore(value = "Fails on some Windows platforms") public void testConnectionRequestFailure() throws Exception { this.httpclient = HttpAsyncClients.custom() .setConnectionManager(this.connMgr)