re-enable ContainerProviderServerTest for websocket ee9 & ee10

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2022-06-24 10:50:57 +10:00
parent 300f219b25
commit 69b6eb1f3e
2 changed files with 0 additions and 4 deletions

View File

@ -27,7 +27,6 @@ import org.eclipse.jetty.ee10.websocket.jakarta.tests.WSServer;
import org.eclipse.jetty.toolchain.test.MavenTestingUtils;
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 jakarta.websocket.CloseReason.CloseCodes.NORMAL_CLOSURE;
@ -71,7 +70,6 @@ public class ContainerProviderServerTest
server.stop();
}
@Disabled
@Test
public void testJakartaWsContainerInServer() throws Exception
{

View File

@ -27,7 +27,6 @@ import org.eclipse.jetty.ee9.websocket.jakarta.tests.WSServer;
import org.eclipse.jetty.toolchain.test.MavenTestingUtils;
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 jakarta.websocket.CloseReason.CloseCodes.NORMAL_CLOSURE;
@ -71,7 +70,6 @@ public class ContainerProviderServerTest
server.stop();
}
@Disabled
@Test
public void testJakartaWsContainerInServer() throws Exception
{