INT-3909 @Ignore ClientWebSocketContainerTests
https://jira.spring.io/browse/INT-3909
This commit is contained in:
@@ -35,6 +35,7 @@ import java.util.concurrent.TimeUnit;
|
||||
import org.apache.tomcat.websocket.WsWebSocketContainer;
|
||||
import org.junit.AfterClass;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import org.springframework.web.socket.CloseStatus;
|
||||
@@ -63,6 +64,7 @@ public class ClientWebSocketContainerTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("Ignored until fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58624")
|
||||
public void testClientWebSocketContainer() throws Exception {
|
||||
StandardWebSocketClient webSocketClient = new StandardWebSocketClient();
|
||||
Map<String, Object> userProperties = new HashMap<String, Object>();
|
||||
|
||||
Reference in New Issue
Block a user