summaryrefslogtreecommitdiff
path: root/tests/unit/functions.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/functions.tcl')
-rw-r--r--tests/unit/functions.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/functions.tcl b/tests/unit/functions.tcl
index 27bb29b72..10256c406 100644
--- a/tests/unit/functions.tcl
+++ b/tests/unit/functions.tcl
@@ -115,7 +115,7 @@ start_server {tags {"scripting"}} {
test {FUNCTION - test loading from rdb} {
r debug reload
r fcall test 0
- } {hello}
+ } {hello} {needs:debug}
test {FUNCTION - test fcall_ro with write command} {
r function create lua test REPLACE {return redis.call('set', 'x', '1')}