diff options
-rw-r--r-- | java/test-profiles/08StandaloneExcludes | 3 | ||||
-rw-r--r-- | java/test-profiles/JavaInVMExcludes | 4 | ||||
-rw-r--r-- | java/test-profiles/java-derby.testprofile | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/java/test-profiles/08StandaloneExcludes b/java/test-profiles/08StandaloneExcludes index f06bfca1ac..8fdaa25e3d 100644 --- a/java/test-profiles/08StandaloneExcludes +++ b/java/test-profiles/08StandaloneExcludes @@ -4,3 +4,6 @@ // This test requires a broker capable of 0-8/9 and 0-10 org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend + +// QPID-2478 test fails when run against broker using 0-8/9 +org.apache.qpid.test.client.message.JMSDestinationTest#testGetDestinationWithCustomExchange diff --git a/java/test-profiles/JavaInVMExcludes b/java/test-profiles/JavaInVMExcludes index 915c1ff0c2..dae6ea9697 100644 --- a/java/test-profiles/JavaInVMExcludes +++ b/java/test-profiles/JavaInVMExcludes @@ -7,3 +7,7 @@ org.apache.qpid.server.queue.ProducerFlowControlTest#testFlowControlAttributeMod // This test requires a broker capable of 0-8/9 and 0-10 org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend + +// QPID-2478 test fails when run against broker using 0-8/9 +org.apache.qpid.test.client.message.JMSDestinationTest#testGetDestinationWithCustomExchange + diff --git a/java/test-profiles/java-derby.testprofile b/java/test-profiles/java-derby.testprofile index 618dd5b45d..b484bfe787 100644 --- a/java/test-profiles/java-derby.testprofile +++ b/java/test-profiles/java-derby.testprofile @@ -5,6 +5,6 @@ broker.ready=BRK-1004 broker.stopped=Exception broker.config=${project.root}/build/etc/config-systests-derby.xml qpid.amqp.version=0-9 -profile.excludes=JavaStandaloneExcludes +profile.excludes=JavaStandaloneExcludes 08StandaloneExcludes broker.clean.between.tests=true broker.persistent=true |