summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_commands.py b/tests/test_commands.py
index f4ffb63..897fcce 100644
--- a/tests/test_commands.py
+++ b/tests/test_commands.py
@@ -1346,6 +1346,7 @@ class TestRedisCommands:
assert r["a"] == b"abcdef12345"
@skip_if_server_version_lt("6.0.0")
+ @skip_if_server_version_gte("7.0.0")
def test_stralgo_lcs(self, r):
key1 = "{foo}key1"
key2 = "{foo}key2"