re-enable ContainerProviderServerTest for websocket ee9 & ee10
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
300f219b25
commit
69b6eb1f3e
|
@ -27,7 +27,6 @@ import org.eclipse.jetty.ee10.websocket.jakarta.tests.WSServer;
|
||||||
import org.eclipse.jetty.toolchain.test.MavenTestingUtils;
|
import org.eclipse.jetty.toolchain.test.MavenTestingUtils;
|
||||||
import org.junit.jupiter.api.AfterEach;
|
import org.junit.jupiter.api.AfterEach;
|
||||||
import org.junit.jupiter.api.BeforeEach;
|
import org.junit.jupiter.api.BeforeEach;
|
||||||
import org.junit.jupiter.api.Disabled;
|
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
import static jakarta.websocket.CloseReason.CloseCodes.NORMAL_CLOSURE;
|
import static jakarta.websocket.CloseReason.CloseCodes.NORMAL_CLOSURE;
|
||||||
|
@ -71,7 +70,6 @@ public class ContainerProviderServerTest
|
||||||
server.stop();
|
server.stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Disabled
|
|
||||||
@Test
|
@Test
|
||||||
public void testJakartaWsContainerInServer() throws Exception
|
public void testJakartaWsContainerInServer() throws Exception
|
||||||
{
|
{
|
||||||
|
|
|
@ -27,7 +27,6 @@ import org.eclipse.jetty.ee9.websocket.jakarta.tests.WSServer;
|
||||||
import org.eclipse.jetty.toolchain.test.MavenTestingUtils;
|
import org.eclipse.jetty.toolchain.test.MavenTestingUtils;
|
||||||
import org.junit.jupiter.api.AfterEach;
|
import org.junit.jupiter.api.AfterEach;
|
||||||
import org.junit.jupiter.api.BeforeEach;
|
import org.junit.jupiter.api.BeforeEach;
|
||||||
import org.junit.jupiter.api.Disabled;
|
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
import static jakarta.websocket.CloseReason.CloseCodes.NORMAL_CLOSURE;
|
import static jakarta.websocket.CloseReason.CloseCodes.NORMAL_CLOSURE;
|
||||||
|
@ -71,7 +70,6 @@ public class ContainerProviderServerTest
|
||||||
server.stop();
|
server.stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Disabled
|
|
||||||
@Test
|
@Test
|
||||||
public void testJakartaWsContainerInServer() throws Exception
|
public void testJakartaWsContainerInServer() throws Exception
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue