diff options
-rw-r--r-- | qpid/python/tests_0-10/__init__.py | 1 | ||||
-rw-r--r-- | qpid/python/tests_0-10/management.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/qpid/python/tests_0-10/__init__.py b/qpid/python/tests_0-10/__init__.py index 1fd7f72357..f9315a6f90 100644 --- a/qpid/python/tests_0-10/__init__.py +++ b/qpid/python/tests_0-10/__init__.py @@ -24,6 +24,7 @@ from broker import * from dtx import * from example import * from exchange import * +from management import * from message import * from query import * from queue import * diff --git a/qpid/python/tests_0-10/management.py b/qpid/python/tests_0-10/management.py index 29394c6a7d..5cd0caba40 100644 --- a/qpid/python/tests_0-10/management.py +++ b/qpid/python/tests_0-10/management.py @@ -29,7 +29,7 @@ class ManagementTest (TestBase010): Tests for the management hooks """ - def test_broker_connectivity_oldAPI (self): + def disabled_test_broker_connectivity_oldAPI (self): """ Call the "echo" method on the broker to verify it is alive and talking. """ |