diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/test-profiles/JavaExcludes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/test-profiles/JavaExcludes b/java/test-profiles/JavaExcludes index 11d2eff0d5..9c90e7c8a9 100644 --- a/java/test-profiles/JavaExcludes +++ b/java/test-profiles/JavaExcludes @@ -26,3 +26,7 @@ org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testOderingWith org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testOderingWithSyncConsumer org.apache.qpid.test.client.queue.LVQTest#* + +// Session resume is not supported in the Java client +org.apache.qpid.transport.ConnectionTest#testResumeNonemptyReplayBuffer + |