Unverified Commit 99e68554 authored by Ozan Tezcan's avatar Ozan Tezcan Committed by GitHub
Browse files

Add needs:reset for the test (#11959)

Added missing needs:reset tag.

Introduced by #11758
parent 3c4def56
......@@ -340,10 +340,10 @@ start_server {tags {"introspection"}} {
r client info
} {*lib-name=redis.py lib-ver=1.2.3*}
test {RESET doesn NOT clean library name} {
test {RESET does NOT clean library name} {
r reset
r client info
} {*lib-name=redis.py*}
} {*lib-name=redis.py*} {needs:reset}
test {CLIENT SETINFO can clear library name} {
r CLIENT SETINFO lib-name ""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment