diff --git a/jetty-core/jetty-http2/jetty-http2-tests/src/test/java/org/eclipse/jetty/http2/tests/HTTP2CServerTest.java b/jetty-core/jetty-http2/jetty-http2-tests/src/test/java/org/eclipse/jetty/http2/tests/HTTP2CServerTest.java index 076354932d9..de928de15e7 100644 --- a/jetty-core/jetty-http2/jetty-http2-tests/src/test/java/org/eclipse/jetty/http2/tests/HTTP2CServerTest.java +++ b/jetty-core/jetty-http2/jetty-http2-tests/src/test/java/org/eclipse/jetty/http2/tests/HTTP2CServerTest.java @@ -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()))