We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f296f27 commit 10b8818Copy full SHA for 10b8818
src/test/java/com/ning/http/client/async/RemoteSiteTest.java
@@ -130,7 +130,7 @@ public Response onCompleted(Response response) throws Exception {
130
p.close();
131
}
132
133
- @Test(groups = {"online", "default_provider"})
+ @Test(groups = {"online", "default_provider"}, enabled = false)
134
public void invalidStreamTest2() throws Throwable {
135
AsyncHttpClientConfig config = new AsyncHttpClientConfig.Builder()
136
.setRequestTimeoutInMs(10000)
0 commit comments