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):
def _removeTestAtIndex(self, index):
"""Stop holding a reference to the TestCase at index."""
return
try:
self._tests[index] = None
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