diff options
Diffstat (limited to 'tests/test_asyncio')
-rw-r--r-- | tests/test_asyncio/test_connection.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_asyncio/test_connection.py b/tests/test_asyncio/test_connection.py index d3b6285..c51bf44 100644 --- a/tests/test_asyncio/test_connection.py +++ b/tests/test_asyncio/test_connection.py @@ -44,6 +44,7 @@ async def test_invalid_response(create_redis): await r.connection.disconnect() +@pytest.mark.onlynoncluster async def test_asynckills(): for b in [True, False]: |