re-enable LargeContainerTest for websocket ee9 & ee10
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
8b3a37cfb9
commit
300f219b25
|
@ -29,7 +29,6 @@ import org.eclipse.jetty.websocket.core.CoreSession;
|
|||
import org.eclipse.jetty.websocket.core.Frame;
|
||||
import org.eclipse.jetty.websocket.core.OpCode;
|
||||
import org.eclipse.jetty.websocket.core.client.WebSocketCoreClient;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
|
||||
|
@ -45,7 +44,6 @@ public class LargeContainerTest
|
|||
public WorkDir testdir;
|
||||
|
||||
@SuppressWarnings("Duplicates")
|
||||
@Disabled
|
||||
@Test
|
||||
public void testEcho() throws Exception
|
||||
{
|
||||
|
|
|
@ -29,7 +29,6 @@ import org.eclipse.jetty.websocket.core.CoreSession;
|
|||
import org.eclipse.jetty.websocket.core.Frame;
|
||||
import org.eclipse.jetty.websocket.core.OpCode;
|
||||
import org.eclipse.jetty.websocket.core.client.WebSocketCoreClient;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
|
||||
|
@ -45,7 +44,6 @@ public class LargeContainerTest
|
|||
public WorkDir testdir;
|
||||
|
||||
@SuppressWarnings("Duplicates")
|
||||
@Disabled
|
||||
@Test
|
||||
public void testEcho() throws Exception
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue