We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a55e2 commit 26a7094Copy full SHA for 26a7094
1 file changed
tests/integration/__init__.py
@@ -96,12 +96,6 @@ def _get_cass_version_from_dse(dse_version):
96
return cass_ver
97
98
if USE_CASS_EXTERNAL:
99
- if CCMClusterFactory:
100
- # see if the external instance is running in ccm
101
- path = common.get_default_path()
102
- name = common.current_cluster_name(path)
103
- CCM_CLUSTER = CCMClusterFactory.load(common.get_default_path(), name)
104
- CCM_CLUSTER.start(wait_for_binary_proto=True, wait_other_notice=True)
105
106
# Not sure what's going on, but the server version query
107
# hangs in python3. This appears to be related to running inside of
0 commit comments