websocket ServerCloseTest has been fixed

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2022-05-09 17:16:55 +10:00
parent af8e89c1b1
commit 0de3b48d82
1 changed files with 0 additions and 3 deletions

View File

@ -38,7 +38,6 @@ import org.eclipse.jetty.server.handler.HandlerList;
import org.eclipse.jetty.websocket.core.internal.WebSocketCoreSession;
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 java.util.concurrent.TimeUnit.SECONDS;
@ -193,7 +192,6 @@ public class ServerCloseTest
}
}
@Disabled
@Test
public void dropConnection() throws Exception
{
@ -230,7 +228,6 @@ public class ServerCloseTest
*
* @throws Exception on test failure
*/
@Disabled
@Test
public void testOpenSessionCleanup() throws Exception
{