diff --git a/tests/unit/info.tcl b/tests/unit/info.tcl index 278a1d8e3..6abf72b01 100644 --- a/tests/unit/info.tcl +++ b/tests/unit/info.tcl @@ -400,10 +400,10 @@ start_server {tags {"info" "external:skip"}} { r config set client-output-buffer-limit "normal 10 0 0" r set key [string repeat a 100000] ;# to trigger output buffer limit check this needs to be big catch {r get key} + r config set client-output-buffer-limit $org_outbuf_limit set info [r info stats] assert_equal [getInfoProperty $info client_output_buffer_limit_disconnections] {1} - r config set client-output-buffer-limit $org_outbuf_limit - } {OK} {logreqres:skip} ;# same as obuf-limits.tcl, skip logreqres + } {} {logreqres:skip} ;# same as obuf-limits.tcl, skip logreqres test {clients: pubsub clients} { set info [r info clients]