bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767)

This commit is contained in:
Kushal Das 2017-05-24 11:46:43 -07:00 committed by GitHub
parent a083c8ee6c
commit 1de4705d00
1 changed files with 1 additions and 0 deletions

View File

@ -1538,6 +1538,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():