diff --git a/cheroot/test/test_conn.py b/cheroot/test/test_conn.py index 47e6b371f2..bb6fb154e5 100644 --- a/cheroot/test/test_conn.py +++ b/cheroot/test/test_conn.py @@ -809,7 +809,8 @@ def _trigger_kb_intr(_req, _resp): @pytest.mark.xfail( - IS_CI and IS_PYPY and IS_PY36 and not IS_SLOW_ENV, # NOTE: Actually covers any Linux + IS_CI and IS_PYPY and IS_PY36 and not IS_SLOW_ENV, + # NOTE: Actually covers any Linux reason='Fails under PyPy 3.6 under Ubuntu 20.04 in CI for unknown reason', strict=False, ) @@ -883,7 +884,8 @@ def _trigger_scary_exc(_req, _resp): @pytest.mark.xfail( - IS_CI and IS_PYPY and IS_PY36 and not IS_SLOW_ENV, # NOTE: Actually covers any Linux + IS_CI and IS_PYPY and IS_PY36 and not IS_SLOW_ENV, + # NOTE: Actually covers any Linux reason='Fails under PyPy 3.6 under Ubuntu 20.04 in CI for unknown reason', strict=False, )