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 | adb574d3be854344ecd666bd6c09c1a5626e5dd3 (patch) | |
tree | 6dc246fe21bc274a97bc48e85795496edb894cbd | |
parent | c11a151092de0f2c0f5cc83462637628a45cd9f6 (diff) | |
download | qpid-python-adb574d3be854344ecd666bd6c09c1a5626e5dd3.tar.gz |
QPID-1818 : Disable NoLocalAfterRecoveryTest until we can resolve the failover problems
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@767083 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/java/08ExcludeList-nonvm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/08ExcludeList-nonvm b/qpid/java/08ExcludeList-nonvm index 496fdb5e73..bce674b37c 100644 --- a/qpid/java/08ExcludeList-nonvm +++ b/qpid/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#* |