Skip to content

Commit 0c73599

Browse files
committed
Re-enable StreamingSimpleClientHttpRequestFactoryTests
Since the okhttp3 3.14 downgrade, we don't need to ignore this test anymore.
1 parent cccd9c8 commit 0c73599

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-web/src/test/java/org/springframework/http/client/StreamingSimpleClientHttpRequestFactoryTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ protected ClientHttpRequestFactory createRequestFactory() {
4343
}
4444

4545
@Test // SPR-8809
46-
@Disabled("response.close() hangs indefinitely since upgrading from okhttp3 3.14.2 to 4.1.0")
4746
public void interceptor() throws Exception {
4847
final String headerName = "MyHeader";
4948
final String headerValue = "MyValue";

0 commit comments

Comments
 (0)