mirror of https://github.com/apache/activemq.git
Fixed AMQ-5160, fixed test testNoMessageReceivedAfterUnsubscribeMQTT
This commit is contained in:
parent
0a39782bf5
commit
70f7c5805c
|
@ -1371,8 +1371,6 @@ public class MQTTTest extends AbstractMQTTTest {
|
|||
}
|
||||
|
||||
// these should not be received
|
||||
connectionSub = mqttSub.blockingConnection();
|
||||
connectionSub.connect();
|
||||
assertNull(connectionSub.receive(5, TimeUnit.SECONDS));
|
||||
|
||||
connectionSub.disconnect();
|
||||
|
|
Loading…
Reference in New Issue