Re-enable HTTP2CServerTest.testHTTP11Simple
This commit is contained in:
parent
706c64fb6f
commit
edc16869bd
|
@ -52,7 +52,6 @@ import org.eclipse.jetty.util.Utf8StringBuilder;
|
|||
import org.hamcrest.Matchers;
|
||||
import org.junit.jupiter.api.AfterEach;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.hamcrest.MatcherAssert.assertThat;
|
||||
|
@ -94,9 +93,7 @@ public class HTTP2CServerTest extends AbstractServerTest
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: this test fails on IO.toString(), for some reason the second request does not close the connection.
|
||||
@Test
|
||||
@Disabled
|
||||
public void testHTTP11Simple() throws Exception
|
||||
{
|
||||
try (Socket client = new Socket("localhost", connector.getLocalPort()))
|
||||
|
|
Loading…
Reference in New Issue