summaryrefslogtreecommitdiff
path: root/java/test-profiles
diff options
context:
space:
mode:
Diffstat (limited to 'java/test-profiles')
-rw-r--r--java/test-profiles/08InVMExcludes3
-rw-r--r--java/test-profiles/cpp.excludes8
2 files changed, 11 insertions, 0 deletions
diff --git a/java/test-profiles/08InVMExcludes b/java/test-profiles/08InVMExcludes
index 065076d3b6..915c1ff0c2 100644
--- a/java/test-profiles/08InVMExcludes
+++ b/java/test-profiles/08InVMExcludes
@@ -4,3 +4,6 @@
// QPID-2097 exclude until InVM JMX test runs are reliable
org.apache.qpid.server.queue.ProducerFlowControlTest#testFlowControlAttributeModificationViaJMX
+
+// This test requires a broker capable of 0-8/9 and 0-10
+org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend
diff --git a/java/test-profiles/cpp.excludes b/java/test-profiles/cpp.excludes
index 4d7363eb75..64417a0edc 100644
--- a/java/test-profiles/cpp.excludes
+++ b/java/test-profiles/cpp.excludes
@@ -1,2 +1,10 @@
+//======================================================================
+//Exclude the following tests when running all cpp test profilies
+//======================================================================
+
// This test requires JMX interface to move messages
org.apache.qpid.test.client.message.JMSDestinationTest#testMovedToQueue
+
+// This test requires a broker capable of 0-8/9 and 0-10
+org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend
+