Skip to content

Commit 6c38e13

Browse files
committed
mark test as onlynoncluster
1 parent ac7eb52 commit 6c38e13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,7 @@ def test_delitem(self, r):
932932
del r["a"]
933933
assert r.get("a") is None
934934

935+
@pytest.mark.onlynoncluster
935936
# @skip_if_server_version_lt("7.0.0") turn on after redis 7 release
936937
def test_lcs(self, unstable_r):
937938
unstable_r.mset({"foo": "ohmytext", "bar": "mynewtext"})

0 commit comments

Comments
 (0)