Enable disable apache async http client tests (#3667)
This commit is contained in:
parent
266dc46b39
commit
437e568fee
|
@ -70,16 +70,6 @@ class ApacheHttpAsyncClientTest extends HttpClientTest<HttpUriRequest> implement
|
|||
return 302
|
||||
}
|
||||
|
||||
@Override
|
||||
boolean testRemoteConnection() {
|
||||
false // otherwise SocketTimeoutException for https requests
|
||||
}
|
||||
|
||||
@Override
|
||||
boolean testCausality() {
|
||||
false
|
||||
}
|
||||
|
||||
@Override
|
||||
Set<AttributeKey<?>> httpAttributes(URI uri) {
|
||||
Set<AttributeKey<?>> extra = [
|
||||
|
|
Loading…
Reference in New Issue