diff options
author | Martin Ritchie <ritchiem@apache.org> | 2009-04-21 09:27:00 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2009-04-21 09:27:00 +0000 |
commit | 268ff01d9ae23636da5441954639c3898749c48d (patch) | |
tree | 45d487a1ab0edeb01459b859a01573cb2af66636 | |
parent | 73019a1f5ccdc66bd5f6c2f648b8b3fe218b8269 (diff) | |
download | qpid-python-268ff01d9ae23636da5441954639c3898749c48d.tar.gz |
QPID-1818 : Disable NoLocalAfterRecoveryTest until we can resolve the failover problems
merged from trunk r767083
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-release@767086 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#* |