Skip to content

Commit 3990264

Browse files
Commented integration tests
Change-Id: I04530b3cf408a411b67f0eac4ce48e82759fae9d
1 parent 8e68f28 commit 3990264

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

websockets/src/test/java/com/appunite/websocket/WebsocketTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)