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 | 4b94b9bdc87816ed8425bafab7917095bba9b38b (patch) | |
| tree | 633d7fc36adb695a2813a5f09b9067c98ec720d2 /qpid/java/test-profiles/python_tests | |
| parent | 3aabdf7204faeb6d0b53409b5836729778e3b2f0 (diff) | |
| download | qpid-python-4b94b9bdc87816ed8425bafab7917095bba9b38b.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@1485953 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/python_tests')
| -rw-r--r-- | qpid/java/test-profiles/python_tests/Java010PythonExcludes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/python_tests/Java010PythonExcludes b/qpid/java/test-profiles/python_tests/Java010PythonExcludes index f99a6d5bba..64ab580d9f 100644 --- a/qpid/java/test-profiles/python_tests/Java010PythonExcludes +++ b/qpid/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.* |
