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

(cherry picked from commit 1de4705d00)
This commit is contained in:
Victor Stinner 2017-09-06 02:10:08 +02:00 committed by GitHub
parent e5f2f80385
commit 9a3b3852af
1 changed files with 1 additions and 0 deletions

View File

@ -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():