Commit 62f0aa74 authored by Jim Fulton's avatar Jim Fulton

We can now run sync_connect_doesnt_hang on windows.

parent 238a23de
......@@ -1568,9 +1568,6 @@ def sync_connect_doesnt_hang():
>>> ZEO.zrpc.client.ConnectThread = ConnectThread
"""
if sys.platform.startswith('win'):
del sync_connect_doesnt_hang
slow_test_classes = [
BlobAdaptedFileStorageTests, BlobWritableCacheTests,
MappingStorageTests, DemoStorageTests,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment