Kaydet (Commit) a4121372 authored tarafından Andrew Svetlov's avatar Andrew Svetlov

Temporary disable tests cleanup (issue 11798).

üst fb13721b
...@@ -66,6 +66,7 @@ class BaseTestSuite(object): ...@@ -66,6 +66,7 @@ class BaseTestSuite(object):
def _removeTestAtIndex(self, index): def _removeTestAtIndex(self, index):
"""Stop holding a reference to the TestCase at index.""" """Stop holding a reference to the TestCase at index."""
return
try: try:
self._tests[index] = None self._tests[index] = None
except TypeError: except TypeError:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment