Commit 860839cc authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by Victor Stinner

[2.7] bpo-30442: Skips refcount test in test_xml_etree under coverage (GH-1767) (#3549)

(cherry picked from commit 1de4705d)
parent 42f7e0d8
......@@ -1338,6 +1338,7 @@ class BugsTest(unittest.TestCase):
self.assertEqual(t.find('.//paragraph').text,
u'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