Skip to content

Commit 334c405

Browse files
committed
comment out test
1 parent 3fcbe9e commit 334c405

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/test/java/com/github/shyiko/mysql/binlog/BinaryLogClientTest.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ public void run() {
178178
}
179179
}
180180

181+
/*
181182
@Test
182183
public void testDeadlockyCode() throws IOException, InterruptedException {
183184
final BinaryLogClient binaryLogClient = new BinaryLogClient("localhost", 3306, "root", "123456");
@@ -187,6 +188,9 @@ public void testDeadlockyCode() throws IOException, InterruptedException {
187188
188189
binaryLogClient.connect();
189190
190-
Thread.sleep(10000000);
191+
Thread.sleep(1000);
192+
193+
binaryLogClient.disconnect();
191194
}
195+
*/
192196
}

0 commit comments

Comments
 (0)