Commit 2de15323 authored by Denis Bilenko's avatar Denis Bilenko

ignore failure in ThreadTests.test_foreign_thread which fails even without gevent

parent dbb5718b
......@@ -15,6 +15,9 @@ disabled_tests = [
# uses some internal C API of threads not available when threads are emulated with greenlets
'test_threading.ThreadTests.test_PyThreadState_SetAsyncExc',
# this one is a bogus test that fails even without monkey patching
'test_threading.ThreadTests.test_foreign_thread',
# access _sock.gettimeout() which is always in non-blocking mode
'test_urllib2net.TimeoutTest.test_ftp_no_timeout',
'test_urllib2net.TimeoutTest.test_ftp_timeout',
......
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