INT-3909 @Ignore ClientWebSocketContainerTests

https://jira.spring.io/browse/INT-3909
This commit is contained in:
Artem Bilan
2015-12-14 11:37:28 -05:00
parent 7da183f8ed
commit 69c98c4aad

View File

@@ -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>();