summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim I. Kirshen <c@kirshen.com>2023-03-22 16:56:48 +0200
committerChayim I. Kirshen <c@kirshen.com>2023-03-22 16:56:48 +0200
commitb211f20fe08e072fd61550ee3cf0f7364c0ee413 (patch)
tree4f8f2d369a750e9c0da2ee3e2418561c13e00913
parent53302573ceec22a1787a26741bd3e106bb93b276 (diff)
downloadredis-py-ck-asyncio.tar.gz
test markerck-asyncio
-rw-r--r--tests/test_asyncio/test_connection.py1
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]: