diff options
| author | Robert Gemmell <robbie@apache.org> | 2013-05-24 07:21:29 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2013-05-24 07:21:29 +0000 |
| commit | b008ec4e225f4381a07175587437cae07b51409d (patch) | |
| tree | a9a2be7d8c40e38d379f02db5ffbc3bedb3c84c7 /java/test-profiles/python_tests | |
| parent | 798479e02fabf0b86bccb64334322c5222677df4 (diff) | |
| download | qpid-python-b008ec4e225f4381a07175587437cae07b51409d.tar.gz | |
QPID-4591: exclude new python tests from test runs agaisnt the Java broker since it does not support the feature
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1485953 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/python_tests')
| -rw-r--r-- | java/test-profiles/python_tests/Java010PythonExcludes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/test-profiles/python_tests/Java010PythonExcludes b/java/test-profiles/python_tests/Java010PythonExcludes index f99a6d5bba..64ab580d9f 100644 --- a/java/test-profiles/python_tests/Java010PythonExcludes +++ b/java/test-profiles/python_tests/Java010PythonExcludes @@ -29,6 +29,10 @@ qpid_tests.broker_0_10.msg_groups.MultiConsumerMsgGroupTests.test_purge_* qpid_tests.broker_0_10.msg_groups.MultiConsumerMsgGroupTests.test_query qpid_tests.broker_0_10.msg_groups.MultiConsumerMsgGroupTests.test_reroute +#The broker does not support the Queue Sequence Number feature from QPID-4591 +qpid_tests.broker_0_10.new_api.SequenceNumberTests.test_get_sequence_number +qpid_tests.broker_0_10.new_api.SequenceNumberTests.test_sequence_number_gap + #The broker does not use the same threshold alerting system (or the QMF support needed for the tests) qpid_tests.broker_0_10.threshold.* |
