From 69c98c4aadaea2fb0e109fe4896edeb1e6c2443b Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 14 Dec 2015 11:37:28 -0500 Subject: [PATCH] INT-3909 `@Ignore` ClientWebSocketContainerTests https://jira.spring.io/browse/INT-3909 --- .../integration/websocket/ClientWebSocketContainerTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-integration-websocket/src/test/java/org/springframework/integration/websocket/ClientWebSocketContainerTests.java b/spring-integration-websocket/src/test/java/org/springframework/integration/websocket/ClientWebSocketContainerTests.java index 449311402e..f6ed2f9b00 100644 --- a/spring-integration-websocket/src/test/java/org/springframework/integration/websocket/ClientWebSocketContainerTests.java +++ b/spring-integration-websocket/src/test/java/org/springframework/integration/websocket/ClientWebSocketContainerTests.java @@ -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 userProperties = new HashMap();