Skip to content

Commit 860839c

Browse files
miss-islingtonvstinner
authored andcommitted
[2.7] bpo-30442: Skips refcount test in test_xml_etree under coverage (GH-1767) (#3549)
(cherry picked from commit 1de4705)
1 parent 42f7e0d commit 860839c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_xml_etree.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,6 +1338,7 @@ def test_bug_xmltoolkit62(self):
13381338
self.assertEqual(t.find('.//paragraph').text,
13391339
u'A new cultivar of Begonia plant named \u2018BCT9801BEG\u2019.')
13401340

1341+
@unittest.skipIf(sys.gettrace(), "Skips under coverage.")
13411342
def test_bug_xmltoolkit63(self):
13421343
# Check reference leak.
13431344
def xmltoolkit63():

0 commit comments

Comments
 (0)