Temporary disable tests cleanup (issue 11798).

This commit is contained in:
Andrew Svetlov 2013-08-31 20:55:25 +03:00
parent fb13721b1b
commit a41213726b
1 changed files with 1 additions and 0 deletions

View File

@ -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: