Set up some tests to be skipped in CI builds

This commit is contained in:
Aaron Heise 2023-02-11 11:22:03 -06:00
parent 86906fd8f4
commit ef6a4ebb25
3 changed files with 7 additions and 2 deletions

View file

@ -52,6 +52,7 @@ class State(contextlib.AbstractContextManager):
return False
@pytest.mark.skip_ci
@pytest.mark.asyncio
async def test_echo():
"""