summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src')
-rwxr-xr-xqpid/cpp/src/tests/ha_tests.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/ha_tests.py b/qpid/cpp/src/tests/ha_tests.py
index de04c44481..a40fd92922 100755
--- a/qpid/cpp/src/tests/ha_tests.py
+++ b/qpid/cpp/src/tests/ha_tests.py
@@ -1552,6 +1552,11 @@ class TransactionTests(HaBrokerTest):
for s in sessions: s.connection.close()
def test_other_tx_tests(self):
+ try:
+ import qpid_tests.broker_0_10
+ except ImportError:
+ raise Skipped("Tests not found")
+
cluster = HaCluster(self, 3)
self.popen(["qpid-txtest", "-p%s"%cluster[0].port()]).assert_exit_ok()
self.popen(["qpid-python-test",