Commit 4dd94990 authored by Denis Bilenko's avatar Denis Bilenko

add test_asyncore.BaseTestAPI.test_handle_expt to list of ignored tests

parent 08696579
......@@ -55,6 +55,9 @@ disabled_tests = [
# the original getnameinfo does not lose it because it's in C.
'test_socket.GeneralModuleTests.testRefCountGetNameInfo',
# sends some OOB data and expect it to be detected as such; gevent.select.select does not support that
'test_asyncore.BaseTestAPI.test_handle_expt',
# this tests that time.sleep() returns prematurely in case of signal;
# gevent.sleep() is better than that and does not get interrupted (unless signal handler raises an error)
'test_signal.WakeupSignalTests.test_wakeup_fd_early',
......
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