Author: guido.van.rossum
Date: Wed Aug 29 03:46:57 2007
New Revision: 57635

Modified:
   python/branches/py3k/Lib/test/test_socket_ssl.py
Log:
Disable this test too.


Modified: python/branches/py3k/Lib/test/test_socket_ssl.py
==============================================================================
--- python/branches/py3k/Lib/test/test_socket_ssl.py    (original)
+++ python/branches/py3k/Lib/test/test_socket_ssl.py    Wed Aug 29 03:46:57 2007
@@ -210,6 +210,8 @@
     if not hasattr(socket, "ssl"):
         raise test_support.TestSkipped("socket module has no ssl support")
 
+    raise test_support.TestSkipped("Disabling this until ssl.py is fixed")
+
     tests = [BasicTests]
 
     if test_support.is_resource_enabled('network'):
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to