mirror of https://github.com/apache/activemq.git
Commented out testOrderOnActivateDeactivate, see AMQ-4874
This commit is contained in:
parent
4183e6e47c
commit
4f1754bdc2
|
@ -1116,7 +1116,11 @@ public class DurableSubscriptionOfflineTest extends org.apache.activemq.TestSupp
|
|||
assertTrue("no exceptions: " + exceptions, exceptions.isEmpty());
|
||||
}
|
||||
|
||||
public void testOrderOnActivateDeactivate() throws Exception {
|
||||
|
||||
/*
|
||||
* Ignoring for now, see https://issues.apache.org/jira/browse/AMQ-4874
|
||||
*/
|
||||
public void XXXtestOrderOnActivateDeactivate() throws Exception {
|
||||
for (int i=0;i<10;i++) {
|
||||
LOG.info("Iteration: " + i);
|
||||
doTestOrderOnActivateDeactivate();
|
||||
|
@ -1126,6 +1130,7 @@ public class DurableSubscriptionOfflineTest extends org.apache.activemq.TestSupp
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
public void doTestOrderOnActivateDeactivate() throws Exception {
|
||||
final int messageCount = 1000;
|
||||
Connection con = null;
|
||||
|
|
Loading…
Reference in New Issue