summaryrefslogtreecommitdiff
path: root/tests/test_connection.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_connection.py')
-rw-r--r--tests/test_connection.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_connection.py b/tests/test_connection.py
index 7c44768..cd8907d 100644
--- a/tests/test_connection.py
+++ b/tests/test_connection.py
@@ -8,6 +8,7 @@ from .conftest import skip_if_server_version_lt
@pytest.mark.skipif(HIREDIS_AVAILABLE, reason='PythonParser only')
+@pytest.mark.onlynoncluster
def test_invalid_response(r):
raw = b'x'
parser = r.connection._parser