diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2010-04-15 19:29:03 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2010-04-15 19:29:03 +0000 |
| commit | 21b40d24b446e669172366e259f48fca7d45a7ce (patch) | |
| tree | 009031d38bc79c9de0582185c7bf799007f7fdbc /java/test-profiles/JavaInVMExcludes | |
| parent | 339c98598ac775e21e456c60bdbbdb84655f7a40 (diff) | |
| download | qpid-python-21b40d24b446e669172366e259f48fca7d45a7ce.tar.gz | |
Temporarily disabled the RecoverTests until properly investigated.
The same tests are working well against the c++ broker.
These tests are failling due to the commit made in rev934236
See QPID-2471 for more details.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@934556 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 dae6ea9697..ff1da93230 100644 --- a/java/test-profiles/JavaInVMExcludes +++ b/java/test-profiles/JavaInVMExcludes @@ -11,3 +11,7 @@ org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend // QPID-2478 test fails when run against broker using 0-8/9 org.apache.qpid.test.client.message.JMSDestinationTest#testGetDestinationWithCustomExchange +// related to QPID-2471. Temporarily disabling these tests until I figure out why they are failing with the Java broker. +org.apache.qpid.test.unit.ack.RecoverTest#testRecoverResendsMsgs +org.apache.qpid.test.unit.ack.RecoverTest#testRecoverResendsMsgsAckOnEarlier +org.apache.qpid.test.unit.ack.RecoverTest#testAcknowledgePerConsumer |
