Taking test_socketserver out of rotation for now.

This commit is contained in:
Ryan Williams
2010-01-17 16:21:21 -08:00
parent 23e4ef7f7e
commit e19fb1e273

View File

@@ -44,7 +44,7 @@ if have_network_access:
if have_network_access:
import_main('test_socket')
import_main('test_socket_ssl')
import_main('test_socketserver')
#import_main('test_socketserver')
if have_network_access:
import_main('test_ssl')
import_main('test_thread')
@@ -55,4 +55,4 @@ if have_network_access:
import_main('test_urllib')
if have_network_access:
import_main('test_urllib2')
import_main('test_urllib2_localnet')
import_main('test_urllib2_localnet')