Skip to content

Commit a01b9bb

Browse files
committed
disable test for cluster mode.
1 parent 218156c commit a01b9bb

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
@@ -162,6 +162,7 @@ async def readexactly(self, length):
162162
return result
163163

164164

165+
@pytest.mark.onlynoncluster
165166
async def test_connection_parse_response_resume(r: redis.Redis):
166167
"""
167168
This test verifies that the Connection parser,

0 commit comments

Comments
 (0)