Kaydet (Commit) 1de4705d authored tarafından Kushal Das's avatar Kushal Das Kaydeden (comit) GitHub

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

üst a083c8ee
......@@ -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():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment