summaryrefslogtreecommitdiff
path: root/java/test-profiles/Excludes
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-10-05 15:05:45 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-10-05 15:05:45 +0000
commit2077317d2b027b114a1b4a6111cb0dd1e6d53329 (patch)
tree25bbcdc0747baf3f43891ff40a645446ea8f81ed /java/test-profiles/Excludes
parent71b5884719c21cf195137d92c0fde73e63e56516 (diff)
downloadqpid-python-2077317d2b027b114a1b4a6111cb0dd1e6d53329.tar.gz
QPID-1816 : Add testing for publication on a dirty session after failover.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@821828 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/Excludes')
-rw-r--r--java/test-profiles/Excludes6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/test-profiles/Excludes b/java/test-profiles/Excludes
index a72d3bc86c..056938de58 100644
--- a/java/test-profiles/Excludes
+++ b/java/test-profiles/Excludes
@@ -19,3 +19,9 @@ org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#*
// QPID-2081 :The configuration changes are now highlighting the close race condition
org.apache.qpid.server.security.acl.SimpleACLTest#*
+
+// QPID-1816 : Client Ack has not been addressed
+org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testDirtyClientAck
+org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testClientAck
+org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#testClientAck
+// testDirtyClientAck is ok as it fails as expected.. problem is it always fails :)