diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-09-28 15:47:53 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-09-28 15:47:53 +0000 |
| commit | 7b246dba08802013c2e00275688b7b57df7af079 (patch) | |
| tree | 64492facd33d51f9c7b26e4f2406830dbed54593 | |
| parent | 49376423b9d8d2637e637c858718aa4fb2d25d1c (diff) | |
| download | qpid-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/010Excludes | 3 |
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 |
