summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-09-28 15:47:53 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-09-28 15:47:53 +0000
commit7b246dba08802013c2e00275688b7b57df7af079 (patch)
tree64492facd33d51f9c7b26e4f2406830dbed54593
parent49376423b9d8d2637e637c858718aa4fb2d25d1c (diff)
downloadqpid-python-7b246dba08802013c2e00275688b7b57df7af079.tar.gz
QPID-2118, exclude SelectorTest#testSelectorWithJMSMessageID until it fails in the same way as 0-8/9
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@819604 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/test-profiles/010Excludes3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/test-profiles/010Excludes b/java/test-profiles/010Excludes
index f03d62667d..d6202655a6 100644
--- a/java/test-profiles/010Excludes
+++ b/java/test-profiles/010Excludes
@@ -92,3 +92,6 @@ org.apache.qpid.test.unit.close.JavaServerCloseRaceConditionTest#*
// QPID-2084 : this test needs more work for 0-10
org.apache.qpid.test.unit.client.DynamicQueueExchangeCreateTest#*
+
+// QPID-2118 : 0-10 Java client has differrent error handling to 0-8 code path
+org.apache.qpid.test.client.message.SelectorTest#testSelectorWithJMSMessageID