diff --git a/tests/test_process.py b/tests/test_process.py index 565f9bd..5c64d93 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -52,6 +52,7 @@ class State(contextlib.AbstractContextManager): return False +@pytest.mark.skip_ci @pytest.mark.asyncio async def test_echo(): """