summaryrefslogtreecommitdiff
path: root/kazoo/testing/__init__.py
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2012-08-21 13:21:15 -0700
committerBen Bangert <ben@groovie.org>2012-08-21 13:21:15 -0700
commit0b6dbc0abb5ec3c8b0e7385795aa57a603250ec0 (patch)
tree736d1ac3e643381a571b9508b1c1e236823d09fd /kazoo/testing/__init__.py
parentca580df8e304bc164ce3ed74eef6196910e372d9 (diff)
downloadkazoo-0b6dbc0abb5ec3c8b0e7385795aa57a603250ec0.tar.gz
Remove zookeeper server ordering here.
Diffstat (limited to 'kazoo/testing/__init__.py')
-rw-r--r--kazoo/testing/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/kazoo/testing/__init__.py b/kazoo/testing/__init__.py
index 18b7e4c..9617a76 100644
--- a/kazoo/testing/__init__.py
+++ b/kazoo/testing/__init__.py
@@ -251,7 +251,6 @@ class KazooTestHarness(object):
The cluster will only be created on the first invocation and won't be
fully torn down until exit.
"""
- zookeeper.deterministic_conn_order(True)
if not self.cluster[0].running:
self.cluster.start()
namespace = "/kazootests" + uuid.uuid4().hex