From 0e01c6ef038505dac5620d985635c2d7732970ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20S=C3=B6derqvist?= Date: Sat, 11 Jan 2025 21:49:29 +0100 Subject: [PATCH] Skip CLI tests with reply schema validation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Viktor Söderqvist --- tests/integration/valkey-cli.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/valkey-cli.tcl b/tests/integration/valkey-cli.tcl index 095f1e77bc..d4adf9c071 100644 --- a/tests/integration/valkey-cli.tcl +++ b/tests/integration/valkey-cli.tcl @@ -6,7 +6,7 @@ if {$::singledb} { set ::dbnum 9 } -start_server {tags {"cli"}} { +start_server {tags {"cli logreqres:skip"}} { proc open_cli {{opts ""} {infile ""}} { if { $opts == "" } { set opts "-n $::dbnum"