@Ignore
public void testClock() throws Exception {
final int seconds = 2;
final List<Date> tics = new ArrayList<Date>();
ClockListener listener = createClockListener(tics, seconds);
clock = new Clock(listener);
lock.lock();
try {
receivedEnoughTics.await();
}