Enable http pipelining tests for restlet2 (#8424)

This commit is contained in:
Lauri Tulmin 2023-05-05 14:44:46 +03:00 committed by GitHub
parent 0ecd1468f3
commit 32426c8c30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -175,11 +175,6 @@ abstract class AbstractRestletServerTest extends HttpServerTest<Server> {
false
}
@Override
boolean testHttpPipelining() {
false
}
@Override
String expectedHttpRoute(ServerEndpoint endpoint) {
switch (endpoint) {