summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Godfrey <rgodfrey@apache.org>2014-02-10 11:02:03 +0000
committerRobert Godfrey <rgodfrey@apache.org>2014-02-10 11:02:03 +0000
commitacf22a677693d9b0dfcdfdd8e8340af8cacbcb3c (patch)
treed15bcc3ddc7950b7ce51d960c6c1f19b8cf4c5a4
parent3d25f71abf7538cbb2167248967ebb87c138baef (diff)
downloadqpid-python-acf22a677693d9b0dfcdfdd8e8340af8cacbcb3c.tar.gz
QPID-5531 : Adding an exclude to the Java Python test ignore list for the test which was changed without the feature also being changed in the Java Broker
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1566579 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/test-profiles/python_tests/Java010PythonExcludes3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/python_tests/Java010PythonExcludes b/qpid/java/test-profiles/python_tests/Java010PythonExcludes
index de870e5e27..474480bdd0 100644
--- a/qpid/java/test-profiles/python_tests/Java010PythonExcludes
+++ b/qpid/java/test-profiles/python_tests/Java010PythonExcludes
@@ -50,6 +50,9 @@ qpid_tests.broker_0_10.priority.PriorityTests.test_prioritised_delivery_with_ali
#The broker does not support the autodelete property on exchanges
qpid_tests.broker_0_10.exchange.AutodeleteTests.testAutodelete*
+# QPID-5531 : Changes to the C++ behaviour in having a default timeout for every transaction not implemented in Java Broker
+qpid_tests.broker_0_10.dtx.DtxTests.test_get_timeout
+
###### Behavioural differences between Java & CPP Broker ######
#Tests changed/added in QPID-5280 and QPID-5283