summaryrefslogtreecommitdiff
path: root/qpid/java/test-profiles/JavaInVMExcludes
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2010-05-04 15:45:15 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2010-05-04 15:45:15 +0000
commit367a21bf2d7bb1578734285041457902ff1fa677 (patch)
treebe5f5e762319e4a3974987d124e0abb8cadcdb99 /qpid/java/test-profiles/JavaInVMExcludes
parentd1b055801ad6f433e75fc57bf835126494a3eeef (diff)
downloadqpid-python-367a21bf2d7bb1578734285041457902ff1fa677.tar.gz
Added the following tests to the exclude list
RecoverTest#testOderingWithAsyncConsumer RecoverTest#testOderingWithSyncConsumer git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@940914 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/JavaInVMExcludes')
-rw-r--r--qpid/java/test-profiles/JavaInVMExcludes4
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/JavaInVMExcludes b/qpid/java/test-profiles/JavaInVMExcludes
index d66abad843..8d36ed6773 100644
--- a/qpid/java/test-profiles/JavaInVMExcludes
+++ b/qpid/java/test-profiles/JavaInVMExcludes
@@ -12,3 +12,7 @@ org.apache.qpid.test.client.message.JMSDestinationTest#testGetDestinationWithCus
org.apache.qpid.test.unit.ack.RecoverTest#testRecoverResendsMsgs
org.apache.qpid.test.unit.ack.RecoverTest#testRecoverResendsMsgsAckOnEarlier
org.apache.qpid.test.unit.ack.RecoverTest#testAcknowledgePerConsumer
+
+// related to QPID-2471. These are new test cases and fail with the Java broker.
+org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithAsyncConsumer
+org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithSyncConsumer