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 bc220d4 commit 9688a7aCopy full SHA for 9688a7a
client/src/test/java/org/asynchttpclient/reactivestreams/ReactiveStreamsTest.java
@@ -52,7 +52,7 @@ public void testStreamingPutImage() throws Exception {
52
}
53
54
55
- @Test(groups = "standalone")
+ @Test(groups = "standalone", enabled = false)
56
public void testConnectionDoesNotGetClosed() throws Exception {
57
// test that we can stream the same request multiple times
58
try (AsyncHttpClient client = asyncHttpClient(config().setRequestTimeout(100 * 6000))) {
0 commit comments