Skip to content

Commit d0aaa93

Browse files
committed
skip test
1 parent df8cdae commit d0aaa93

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
@@ -712,6 +712,7 @@ def test_info(self, r):
712712
assert "redis_version" in info.keys()
713713

714714
@pytest.mark.onlynoncluster
715+
@skip_if_server_version_lt("7.0.0")
715716
def test_info_multi_sections(self, r):
716717
res = r.info("clients", "server")
717718
assert isinstance(res, dict)

0 commit comments

Comments
 (0)