Skip to content

Commit d323b92

Browse files
committed
skip test
1 parent f789b48 commit d323b92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_commands.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4239,10 +4239,10 @@ def test_command_count(self, r):
42394239
assert isinstance(res, int)
42404240
assert res >= 100
42414241

4242-
# @skip_if_server_versiov_lt("7.0.0")
4243-
def test_command_docs(self, unstable_r):
4242+
@skip_if_server_version_lt("7.0.0")
4243+
def test_command_docs(self, r):
42444244
with pytest.raises(NotImplementedError):
4245-
unstable_r.command_docs("set")
4245+
r.command_docs("set")
42464246

42474247
@pytest.mark.onlynoncluster
42484248
@skip_if_server_version_lt("2.8.13")

0 commit comments

Comments
 (0)