Re-enable StreamingSimpleClientHttpRequestFactoryTests

Since the okhttp3 3.14 downgrade, we don't need to ignore this test
anymore.
This commit is contained in:
Brian Clozel 2019-09-04 16:02:43 +02:00
parent cccd9c8bb0
commit 0c7359911a
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ public class StreamingSimpleClientHttpRequestFactoryTests extends AbstractHttpRe
}
@Test // SPR-8809
@Disabled("response.close() hangs indefinitely since upgrading from okhttp3 3.14.2 to 4.1.0")
public void interceptor() throws Exception {
final String headerName = "MyHeader";
final String headerValue = "MyValue";