You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2014/02/25 23:49:37 UTC

git commit: [CXF-5339] Disabling the test

Repository: cxf
Updated Branches:
  refs/heads/master b177b2331 -> 50ac1ba3e


[CXF-5339] Disabling the test


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/50ac1ba3
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/50ac1ba3
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/50ac1ba3

Branch: refs/heads/master
Commit: 50ac1ba3e518d9bd01aeca98ac4a142c9fed756c
Parents: b177b23
Author: Sergey Beryozkin <sb...@talend.com>
Authored: Tue Feb 25 22:49:21 2014 +0000
Committer: Sergey Beryozkin <sb...@talend.com>
Committed: Tue Feb 25 22:49:21 2014 +0000

----------------------------------------------------------------------
 .../cxf/systest/jaxrs/websocket/JAXRSClientServerWebSocketTest.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/50ac1ba3/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/websocket/JAXRSClientServerWebSocketTest.java
----------------------------------------------------------------------
diff --git a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/websocket/JAXRSClientServerWebSocketTest.java b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/websocket/JAXRSClientServerWebSocketTest.java
index beadb69..1933079 100644
--- a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/websocket/JAXRSClientServerWebSocketTest.java
+++ b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/websocket/JAXRSClientServerWebSocketTest.java
@@ -44,6 +44,7 @@ public class JAXRSClientServerWebSocketTest extends AbstractBusClientServerTestB
         
     @Test
     // seems to cause PermGen issue to another systests/jaxrs later in some system. the code under analysis
+    @org.junit.Ignore 
     public void testBookWithWebSocket() throws Exception {
         String address = "ws://localhost:" + PORT + "/bookstore";