cleaned up comment

This commit is contained in:
Iwein Fuld
2008-08-01 18:03:36 +00:00
parent 2b96c536d6
commit 6f48cb218c

View File

@@ -138,7 +138,6 @@ public class BroadcastingDispatcherTests {
// cause timeout here
Thread.sleep(1000);
testNotTimedOut.compareAndSet(false, true);
//fail("There is a bug in this Test");
//in a long running suite this will run until the end, but the test will already be over
return true;
}