Skip to content

Commit 4459dd6

Browse files
committed
Revert test skip
1 parent 0ffc298 commit 4459dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def r(request):
3939

4040
@pytest.mark.skipif(HIREDIS_AVAILABLE, reason="PythonParser only")
4141
@pytest.mark.onlynoncluster
42-
#@skip_if_resp_version(2)
42+
@skip_if_resp_version(2)
4343
class TestCache:
4444
@pytest.mark.parametrize(
4545
"r",

0 commit comments

Comments
 (0)