Commit 5f36dbf0 authored by Denis Bilenko's avatar Denis Bilenko

do not skip test_socket.TCPTimeoutTest.testInterruptedTimeout

parent b545f56e
......@@ -37,9 +37,6 @@ def get_switch_expected(fullname):
disabled_tests = [
# uses signal module which does not work with gevent (use gevent.signal())
'test_socket.TCPTimeoutTest.testInterruptedTimeout',
# uses some internal C API of threads not available when threads are emulated with greenlets
'test_threading.ThreadTests.test_PyThreadState_SetAsyncExc',
......
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