mirror of https://github.com/python/cpython.git
Temporary disable tests cleanup (issue 11798).
This commit is contained in:
parent
fb13721b1b
commit
a41213726b
|
@ -66,6 +66,7 @@ def run(self, result):
|
||||||
|
|
||||||
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:
|
||||||
|
|
Loading…
Reference in New Issue