summaryrefslogtreecommitdiff
path: root/tests/stdlib
diff options
context:
space:
mode:
authorRyan Williams <rdw@lindenlab.com>2010-01-17 16:21:21 -0800
committerRyan Williams <rdw@lindenlab.com>2010-01-17 16:21:21 -0800
commite19fb1e273a8842a1323866d02c049ddb4a67234 (patch)
tree047113f8150b01fb177f28929eaa84ddf5ab3b0d /tests/stdlib
parent23e4ef7f7e2ffef7a75ab4d7dbc12f6986c060d5 (diff)
downloadeventlet-e19fb1e273a8842a1323866d02c049ddb4a67234.tar.gz
Taking test_socketserver out of rotation for now.
Diffstat (limited to 'tests/stdlib')
-rw-r--r--tests/stdlib/all.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/stdlib/all.py b/tests/stdlib/all.py
index 28ec746..6808e07 100644
--- a/tests/stdlib/all.py
+++ b/tests/stdlib/all.py
@@ -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') \ No newline at end of file
+import_main('test_urllib2_localnet')