summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKushal Das <kushaldas@gmail.com>2017-05-24 18:46:43 (GMT)
committerGitHub <noreply@github.com>2017-05-24 18:46:43 (GMT)
commit1de4705d00168afa8c5b6741af02e21fc609af58 (patch)
tree25d0323d34119ee46087ae58701c88c7e83a3905
parenta083c8ee6cb89ca573fe10c4c1922e2fa69ceaa3 (diff)
downloadcpython-1de4705d00168afa8c5b6741af02e21fc609af58.zip
cpython-1de4705d00168afa8c5b6741af02e21fc609af58.tar.gz
cpython-1de4705d00168afa8c5b6741af02e21fc609af58.tar.bz2
bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767)
-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 952a4fd..233b4da 100644
--- a/Lib/test/test_xml_etree.py
+++ b/Lib/test/test_xml_etree.py
@@ -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():