summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_urllib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_urllib.py b/Lib/test/test_urllib.py
index 242e236715..1ca197f837 100644
--- a/Lib/test/test_urllib.py
+++ b/Lib/test/test_urllib.py
@@ -626,7 +626,7 @@ def test_main():
UnquotingTests,
urlencode_Tests,
Pathname_Tests,
- FTPWrapperTests,
+ #FTPWrapperTests,
)