Re-enable HTTP2CServerTest.testHTTP11Simple

This commit is contained in:
Joakim Erdfelt 2023-04-24 14:16:13 -05:00
parent 706c64fb6f
commit edc16869bd
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 0 additions and 3 deletions

View File

@ -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()))