AMQ-7000 - remove unnecessary time dependent assertion from test, breaks ci

This commit is contained in:
gtully 2018-06-27 13:06:53 +01:00
parent ed8860000f
commit 8fd107559c
1 changed files with 0 additions and 2 deletions

View File

@ -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));
}
}