diff --git a/tests/unit/info.tcl b/tests/unit/info.tcl index ae3f82699..aeadbee7f 100644 --- a/tests/unit/info.tcl +++ b/tests/unit/info.tcl @@ -362,6 +362,6 @@ start_server {tags {"info" "external:skip"}} { 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 } }