Skip to content

Commit ed1b5c0

Browse files
committed
only test on non-cluster
1 parent 6329a51 commit ed1b5c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_asyncio/test_connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ async def get_redis_connection():
301301
assert r1.auto_close_connection_pool is True
302302

303303

304+
@pytest.mark.onlynoncluster
304305
@pytest.mark.parametrize("from_url", (True, False))
305306
async def test_connection_socket_cleanup(request, from_url):
306307
"""Verify that connections are cleaned up when they

0 commit comments

Comments
 (0)