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 43cff3a commit 5fed25bCopy full SHA for 5fed25b
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", enabled = false)
+ @Test(groups = "standalone")
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