re-enable LargeContainerTest for websocket ee9 & ee10

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

View File

@ -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
{

View File

@ -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
{