Commit 55ae3d3d authored by Denis Bilenko's avatar Denis Bilenko

ignore a couple tests from test_subprocess.py

parent 4afb2987
......@@ -109,6 +109,10 @@ disabled_tests = \
# expects select.select() to raise select.error(EINTR, 'interrupted system call')
# gevent.select.select() does not get interrupted (unless signal handler raises an error)
# maybe it should?
, 'test_subprocess.test_leak_fast_process_del_killed'
, 'test_subprocess.test_zombie_fast_process_del'
# relies on subprocess._active which we don't use
]
......
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