Skip to content

Commit 00983a1

Browse files
committed
Update @disabled for StreamingSimpleClientHttpRequestFactoryTests.interceptor()
1 parent 4d81912 commit 00983a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)