summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2009-04-17 15:07:48 +0000
committerAidan Skinner <aidan@apache.org>2009-04-17 15:07:48 +0000
commit73019a1f5ccdc66bd5f6c2f648b8b3fe218b8269 (patch)
treee88d93c81b9b8eb06d6f6d8ad1ceb189ec430079
parent049d3d4b61fd0dc34967995ec20f70554d6c2e32 (diff)
downloadqpid-python-73019a1f5ccdc66bd5f6c2f648b8b3fe218b8269.tar.gz
Turn off NoLocalAfterRecoveryTest until it's fixed.
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-release@766043 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/08ExcludeList3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/08ExcludeList b/qpid/java/08ExcludeList
index 1d8950dddf..fae59a07d0 100644
--- a/qpid/java/08ExcludeList
+++ b/qpid/java/08ExcludeList
@@ -7,3 +7,6 @@ org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover
// Those tests are written against the 0.10 path
org.apache.qpid.test.unit.message.UTF8Test#*
org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait
+
+//QPID-1818 : Client code path does not correctly restore a transacted session after failover.
+org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#*