summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-04-16 14:56:04 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-04-16 14:56:04 +0000
commit7fd7ccd72e8d609534610016760598336d5ea5a7 (patch)
treea8c48aeabf79d07f77e48d447ba8f8e7198dd8b6
parent4f61c277bd03785fb66f9633263faec65d9d14e6 (diff)
downloadqpid-python-7fd7ccd72e8d609534610016760598336d5ea5a7.tar.gz
QPID-1818 : Exclude NoLocalAfterRecoveryTest as 0-10 client code path does not restore a transacted session after failover.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@765656 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/010ExcludeList2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/010ExcludeList b/qpid/java/010ExcludeList
index 61d9c684ba..ae86d46b5b 100644
--- a/qpid/java/010ExcludeList
+++ b/qpid/java/010ExcludeList
@@ -67,3 +67,5 @@ org.apache.qpid.test.unit.close.FlowToDiskBackingQueueDeleteTest#*
// This test may use QpidTestCase but it is not using the getConnection and is hardwired to InVM
org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#*
+//QPID-1818 : 0-10 Client code path does not correctly restore a transacted session after failover.
+org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#*