mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
(cherry picked from commit 1de4705d00
)
This commit is contained in:
parent
e5f2f80385
commit
9a3b3852af
1 changed files with 1 additions and 0 deletions
|
@ -1523,6 +1523,7 @@ class BugsTest(unittest.TestCase):
|
|||
self.assertEqual(t.find('.//paragraph').text,
|
||||
'A new cultivar of Begonia plant named \u2018BCT9801BEG\u2019.')
|
||||
|
||||
@unittest.skipIf(sys.gettrace(), "Skips under coverage.")
|
||||
def test_bug_xmltoolkit63(self):
|
||||
# Check reference leak.
|
||||
def xmltoolkit63():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue