From b211f20fe08e072fd61550ee3cf0f7364c0ee413 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Wed, 22 Mar 2023 16:56:48 +0200 Subject: test marker --- tests/test_asyncio/test_connection.py | 1 + 1 file changed, 1 insertion(+) 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]: -- cgit v1.2.1