re-enable ClientConnectTest for websocket ee10
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
3c92cf6fec
commit
54358b94e2
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue