mirror of https://github.com/apache/activemq.git
Disable failing test, broker doesn't currently recover the noLocal state for a durable subscription.
This commit is contained in:
parent
4945c83d70
commit
732fd56840
|
@ -35,6 +35,7 @@ import org.apache.qpid.proton.amqp.messaging.Source;
|
|||
import org.apache.qpid.proton.amqp.messaging.TerminusDurability;
|
||||
import org.apache.qpid.proton.amqp.messaging.TerminusExpiryPolicy;
|
||||
import org.apache.qpid.proton.engine.Receiver;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
|
@ -292,6 +293,7 @@ public class AmqpDurableReceiverTest extends AmqpClientTestSupport {
|
|||
connection.close();
|
||||
}
|
||||
|
||||
@Ignore("Broker doesn't currently recover noLocal state")
|
||||
@Test(timeout = 60000)
|
||||
public void testLookupExistingSubscriptionAfterRestartWithSelectorAndNoLocal() throws Exception {
|
||||
|
||||
|
|
Loading…
Reference in New Issue