diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2014-02-24 10:38:11 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2014-02-24 10:38:11 +0000 |
| commit | 49e140580a92b115e83b6aa41642d353b507f0e7 (patch) | |
| tree | 391bd7ac608ba1db3d3916224488333a09dd5aa9 /qpid/java/test-profiles | |
| parent | d440e9884326185866044492f96c90cd993a1cfe (diff) | |
| download | qpid-python-49e140580a92b115e83b6aa41642d353b507f0e7.tar.gz | |
QPID-5551 : Ignore 0-9 test failure die to change from channel exception to connection exception
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571221 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles')
| -rw-r--r-- | qpid/java/test-profiles/python_tests/JavaPre010PythonExcludes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/python_tests/JavaPre010PythonExcludes b/qpid/java/test-profiles/python_tests/JavaPre010PythonExcludes index 7c104fb8ca..496636c776 100644 --- a/qpid/java/test-profiles/python_tests/JavaPre010PythonExcludes +++ b/qpid/java/test-profiles/python_tests/JavaPre010PythonExcludes @@ -35,3 +35,6 @@ qpid_tests.broker_0_9.queue.QueueTests.test_unbind_headers #QPID-4832 Java Broker does not support an explicit bind to a default exchange qpid_tests.broker_0_8.exchange.DefaultExchangeRuleTests.testDefaultExchangeExplicitBind + +#QPID-5551 : We now throw a connection exception rather than a channel exception +qpid_tests.broker_0_8.basic.BasicTests.test_consume_exclusive |
