mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Temporary disable tests cleanup (issue 11798).
This commit is contained in:
parent
fb13721b1b
commit
a41213726b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue