Skip to content

Commit 513ce78

Browse files
committed
Disable StreamingSimpleClientHttpRequestFactoryTests.interceptor() test
1 parent 1b68144 commit 513ce78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

4545
@Test // SPR-8809
46+
@Disabled("hangs indefinitely")
4647
public void interceptor() throws Exception {
4748
final String headerName = "MyHeader";
4849
final String headerValue = "MyValue";

0 commit comments

Comments
 (0)