Temporary disable tests cleanup (issue 11798).
This commit is contained in:
parent
fb13721b1b
commit
a41213726b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue