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 | f054f84b3ebd7a85aa393545115291b65077ed3a (patch) | |
| tree | a9a2be7d8c40e38d379f02db5ffbc3bedb3c84c7 | |
| parent | 2f6824ec2313aebf3a9b32df1bbd23c74bc3fdf5 (diff) | |
| download | qpid-python-f054f84b3ebd7a85aa393545115291b65077ed3a.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
| -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.* |
