Re-enable StreamingSimpleClientHttpRequestFactoryTests
Since the okhttp3 3.14 downgrade, we don't need to ignore this test anymore.
This commit is contained in:
		
							parent
							
								
									cccd9c8bb0
								
							
						
					
					
						commit
						0c7359911a
					
				|  | @ -43,7 +43,6 @@ public class StreamingSimpleClientHttpRequestFactoryTests extends AbstractHttpRe | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	@Test  // SPR-8809 | 	@Test  // SPR-8809 | ||||||
| 	@Disabled("response.close() hangs indefinitely since upgrading from okhttp3 3.14.2 to 4.1.0") |  | ||||||
| 	public void interceptor() throws Exception { | 	public void interceptor() throws Exception { | ||||||
| 		final String headerName = "MyHeader"; | 		final String headerName = "MyHeader"; | ||||||
| 		final String headerValue = "MyValue"; | 		final String headerValue = "MyValue"; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue