diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2010-05-04 15:45:15 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2010-05-04 15:45:15 +0000 |
| commit | 685d4c67f1282166294a6f8b4d0710b55f0aba5d (patch) | |
| tree | ba0c26bcac482687e095f9b46ce1c0ae1d6eba36 /java/test-profiles/JavaInVMExcludes | |
| parent | 0efeb391439c0cdbc061ee640007ff940fd7a74f (diff) | |
| download | qpid-python-685d4c67f1282166294a6f8b4d0710b55f0aba5d.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/qpid@940914 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/JavaInVMExcludes')
| -rw-r--r-- | java/test-profiles/JavaInVMExcludes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/test-profiles/JavaInVMExcludes b/java/test-profiles/JavaInVMExcludes index d66abad843..8d36ed6773 100644 --- a/java/test-profiles/JavaInVMExcludes +++ b/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 |
