File tree Expand file tree Collapse file tree
websockets/src/test/java/com/appunite/websocket Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public void run() {
6363 webSocket .interrupt ();
6464 }
6565
66- @ Test
66+ // @Test
6767 public void testConnection () throws Exception {
6868 final WebSocket webSocket = new WebSocket (listener );
6969
@@ -107,7 +107,7 @@ public void testMask() throws Exception {
107107
108108 }
109109
110- @ Test
110+ // @Test
111111 public void testPing () throws Exception {
112112 final WebSocket webSocket = new WebSocket (listener );
113113
@@ -139,7 +139,7 @@ public void run() {
139139 assertThat (interrupted .get (), is (equalTo (true )));
140140 }
141141
142- @ Test
142+ // @Test
143143 public void testReconnection () throws Exception {
144144 final WebSocket webSocket = new WebSocket (listener );
145145 final Thread thread1 = new Thread (new Runnable () {
@@ -176,14 +176,14 @@ public void run() {
176176 thread2 .join (1000 );
177177 }
178178
179- @ Test
179+ // @Test
180180 public void testSendData () throws Exception {
181181 final WebSocket webSocket = authorize ();
182182
183183 webSocket .interrupt ();
184184 }
185185
186- @ Test
186+ // @Test
187187 public void testRequestUsers () throws Exception {
188188 final WebSocket webSocket = authorize ();
189189
You can’t perform that action at this time.
0 commit comments