diff options
author | Martin Ritchie <ritchiem@apache.org> | 2009-04-21 09:18:47 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2009-04-21 09:18:47 +0000 |
commit | a652a01e387fd66b6afd08fb8d74f01dfb18ace2 (patch) | |
tree | ecad4c16d9b4e718dec7f90a76664ec9f712ad42 | |
parent | a123fa68f68c199faeef3134b2739049fca02ded (diff) | |
download | qpid-python-a652a01e387fd66b6afd08fb8d74f01dfb18ace2.tar.gz |
QPID-1818 : Disable NoLocalAfterRecoveryTest until we can resolve the failover problems
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@767083 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/08ExcludeList-nonvm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/08ExcludeList-nonvm b/java/08ExcludeList-nonvm index 496fdb5e73..bce674b37c 100644 --- a/java/08ExcludeList-nonvm +++ b/java/08ExcludeList-nonvm @@ -34,3 +34,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 : Client code path does not correctly restore a transacted session after failover. +org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* |