From f66eac029d3b2aac36b911a3881ff1ee38d88f2c Mon Sep 17 00:00:00 2001 From: Jason Dillon Date: Fri, 25 Mar 2011 17:32:51 -0700 Subject: [PATCH] Disable testPerf --- src/test/java/org/cometd/client/BayeuxClientTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/java/org/cometd/client/BayeuxClientTest.java b/src/test/java/org/cometd/client/BayeuxClientTest.java index da26323..6b71e70 100644 --- a/src/test/java/org/cometd/client/BayeuxClientTest.java +++ b/src/test/java/org/cometd/client/BayeuxClientTest.java @@ -454,6 +454,7 @@ public void testCookies() throws Exception { /* ------------------------------------------------------------ */ +/* public void testPerf() throws Exception { Runtime.getRuntime().addShutdownHook(new DumpThread()); @@ -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() {