diff options
Diffstat (limited to 'java/test-profiles/Excludes')
-rw-r--r-- | java/test-profiles/Excludes | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/java/test-profiles/Excludes b/java/test-profiles/Excludes index b1edd07f87..ff6993fa0b 100644 --- a/java/test-profiles/Excludes +++ b/java/test-profiles/Excludes @@ -17,6 +17,13 @@ // under the License. // +org.apache.qpid.client.MultipleJCAProviderRegistrationTest#test +// QPID-1715, QPID-1715 : Client Error Handling on close is still broken +org.apache.qpid.server.queue.QueueCreateTest#testCreatePriorityString +org.apache.qpid.server.queue.QueueCreateTest#testCreateFlowToDiskValidNoSize +org.apache.qpid.server.queue.QueueCreateTest#testCreateFlowToDiskInvalid +org.apache.qpid.server.queue.QueueCreateTest#testCreateFlowToDiskInvalidSize + // // QPID-2031 : Broker is not cleanly shutdown by QpidTestCase // @@ -26,7 +33,7 @@ org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownStopped org.apache.qpid.server.logging.VirtualHostLoggingTest#testVirtualhostClosure org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#testMessageStoreClose -// QPID-3424 : Test fails to start external broker due to Derby Exception. +// QPID-XXX : Test fails to start external broker due to Derby Exception. org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#* // QPID-1816 : Client Ack has not been addressed @@ -44,4 +51,3 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#* // QPID-2418 : The queue backing the dur sub is not currently deleted at subscription change, so the test will fail. org.apache.qpid.test.unit.ct.DurableSubscriberTest#testResubscribeWithChangedSelectorAndRestart -org.apache.qpid.client.ssl.SSLTest#testVerifyLocalHostLocalDomain |