re-enable ClientConnectTest for websocket ee10

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2022-06-24 11:34:49 +10:00
parent 3c92cf6fec
commit 54358b94e2
1 changed files with 0 additions and 2 deletions

View File

@ -45,7 +45,6 @@ import org.eclipse.jetty.server.ServerConnector;
import org.hamcrest.Matcher;
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;
@ -393,7 +392,6 @@ public class ClientConnectTest
}
}
@Disabled
@Test
public void testConnectionTimeoutConcurrent() throws Exception
{