diff options
author | Chayim I. Kirshen <c@kirshen.com> | 2023-03-22 16:56:48 +0200 |
---|---|---|
committer | Chayim I. Kirshen <c@kirshen.com> | 2023-03-22 16:56:48 +0200 |
commit | b211f20fe08e072fd61550ee3cf0f7364c0ee413 (patch) | |
tree | 4f8f2d369a750e9c0da2ee3e2418561c13e00913 /tests | |
parent | 53302573ceec22a1787a26741bd3e106bb93b276 (diff) | |
download | redis-py-ck-asyncio.tar.gz |
test markerck-asyncio
Diffstat (limited to 'tests')
-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]: |