mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Disabled test_xmlrpc:test_404. It's causing lots of false alarms.
I also disabled a test in test_ssl which requires network access to svn.python.org. This fixes a bug Skip has reported a while ago.
This commit is contained in:
parent
f60b6415e6
commit
6c29be54a5
3 changed files with 4 additions and 4 deletions
|
@ -279,7 +279,6 @@ class GeneralModuleTests(unittest.TestCase):
|
|||
|
||||
def testRefCountGetNameInfo(self):
|
||||
# Testing reference count for getnameinfo
|
||||
import sys
|
||||
if hasattr(sys, "getrefcount"):
|
||||
try:
|
||||
# On some versions, this loses a reference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue