Skip to content

Commit 47d2e74

Browse files
committed
delete mark test as onlynoncluster
1 parent 86acf17 commit 47d2e74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_commands.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2639,7 +2639,6 @@ def test_sort_all_options(self, r):
26392639
assert num == 4
26402640
assert r.lrange("sorted", 0, 10) == [b"vodka", b"milk", b"gin", b"apple juice"]
26412641

2642-
@pytest.mark.onlynoncluster
26432642
# @skip_if_server_version_lt("7.0.0") turn on after redis 7 release
26442643
def test_sort_ro(self, unstable_r):
26452644
unstable_r["score:1"] = 8

0 commit comments

Comments
 (0)