summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/base.py b/tests/base.py
index 179f4f484..753bc5e60 100755
--- a/tests/base.py
+++ b/tests/base.py
@@ -976,7 +976,6 @@ class ZuulTestCase(testtools.TestCase):
threads = threading.enumerate()
if len(threads) > 1:
self.log.error("More than one thread is running: %s" % threads)
- super(ZuulTestCase, self).tearDown()
def init_repo(self, project):
parts = project.split('/')