Fix sporadic ratpack test failure (#3361)

This commit is contained in:
Trask Stalnaker 2021-06-22 10:34:48 -07:00 committed by GitHub
parent 5b5992faa9
commit e8dc79d2c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ class RatpackHttpClientTest extends HttpClientTest<Void> implements AgentTestTra
HttpClient buildHttpClient(Action<? super HttpClientSpec> action) {
HttpClient.of {
it.readTimeout(Duration.ofSeconds(2))
// execController method added in 1.9
if (HttpClientSpec.metaClass.getMetaMethod("execController") != null) {
it.execController(exec.getController())