Commit ed74f199 authored by Denis Bilenko's avatar Denis Bilenko

travis: known_failures: add test__issue6.py

It often fails with:

master ~/work/gevent $ python greentest/test__issue6.py
Traceback (most recent call last):
  File "greentest/test__issue6.py", line 11, in <module>
    assert err == '', (out, err, code)
AssertionError: ('11 chars.\n', 'Unhandled exception in thread started by \nsys.excepthook is missing\nlost sys.stderr\n', 0)
parent b8bf7498
......@@ -21,6 +21,7 @@ win32 * C:\Python27\python.exe -u -m monkey_test --Event test_subprocess.py
* * .*/python2.5(-dbg)? -u test__threading_vs_settrace.py
* * .*/python2.5(-dbg)? -u test__example_portforwarder.py
* * .*/python2.5(-dbg)? -u test__socket_close.py
* * * -u test__issue6.py
# bunch of SSLError: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
# seems to be Python/OpenSSL problem, not gevent's
......
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