Skip to content

Commit 5fed25b

Browse files
committed
Re-enable ReactiveStreamsTest#testConnectionDoesNotGetClosed
1 parent 43cff3a commit 5fed25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/test/java/org/asynchttpclient/reactivestreams/ReactiveStreamsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void testStreamingPutImage() throws Exception {
5252
}
5353
}
5454

55-
@Test(groups = "standalone", enabled = false)
55+
@Test(groups = "standalone")
5656
public void testConnectionDoesNotGetClosed() throws Exception {
5757
// test that we can stream the same request multiple times
5858
try (AsyncHttpClient client = asyncHttpClient(config().setRequestTimeout(100 * 6000))) {

0 commit comments

Comments
 (0)