Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
Disable testPerf
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon committed Mar 26, 2011
1 parent fc10392 commit f66eac0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/org/cometd/client/BayeuxClientTest.java
Expand Up @@ -454,6 +454,7 @@ public void testCookies() throws Exception {

/* ------------------------------------------------------------ */

/*
public void testPerf() throws Exception {
Runtime.getRuntime().addShutdownHook(new DumpThread());
Expand Down Expand Up @@ -546,6 +547,7 @@ public void deliver(Client fromClient, Client toClient, Message message) {
for (BayeuxClient client : clients)
client.stop();
}
*/

private class DumpThread extends Thread {
public void run() {
Expand Down

0 comments on commit f66eac0

Please sign in to comment.