mirror of https://github.com/apache/activemq.git
AMQ-7000 - remove unnecessary time dependent assertion from test, breaks ci
This commit is contained in:
parent
ed8860000f
commit
8fd107559c
|
@ -429,8 +429,6 @@ public class ServerSessionImplTest {
|
|||
assertTrue("[" + iteration + "] Pool close does not block", closeDone.await(10, TimeUnit.SECONDS));
|
||||
assertTrue("[" + iteration + "] Pool close ok", closeSuccess.await(10, TimeUnit.MILLISECONDS));
|
||||
|
||||
assertTrue("[" + iteration + "] not all delivered", messageCountRef.get().getCount() > 0);
|
||||
|
||||
assertTrue("[" + iteration + "] sender complete", senderDone.await(30, TimeUnit.SECONDS));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue