summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-09-06 00:10:08 (GMT)
committerGitHub <noreply@github.com>2017-09-06 00:10:08 (GMT)
commit9a3b3852afe61f9083d336c4394984d0e92799a3 (patch)
tree06c72853d798045c806e59ba276bcdfd9c00e119 /Lib/test
parente5f2f8038540f9f06478f842f8f7313df4d2e59b (diff)
downloadcpython-9a3b3852afe61f9083d336c4394984d0e92799a3.zip
cpython-9a3b3852afe61f9083d336c4394984d0e92799a3.tar.gz
cpython-9a3b3852afe61f9083d336c4394984d0e92799a3.tar.bz2
bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767) (#3363)
(cherry picked from commit 1de4705d00168afa8c5b6741af02e21fc609af58)
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_xml_etree.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_xml_etree.py b/Lib/test/test_xml_etree.py
index dbdad23..15af1fc 100644
--- a/Lib/test/test_xml_etree.py
+++ b/Lib/test/test_xml_etree.py
@@ -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():